Sign inSign up

darkstreet00/docker-tor

By darkstreet00

Updated over 3 years ago

Simple secure tor onion service.

Image
0

395

darkstreet00/docker-tor repository overview

Docker Tor service

Very simple and secure Tor service.

Source: https://github.com/ZeroLogDNS/docker-tor

Setup

Create a directory inside the tor directory for your service.

The tor directory and torrc must have a UID and GID of "1001"

sudo chown 1001:1001 -R ./tor -R

torrc

HiddenServiceDir /var/lib/tor/your_service/
HiddenServicePort 80 192.168.1.10:80

docker-compose.yml

version: "3"
services:
  tor:
    image: docker-tor:latest
    restart: unless-stopped
    volumes:
       - ./tor:/var/lib/tor/ 
       - ./torrc:/etc/tor/torrc

Tag summary

Content type

Image

Digest

sha256:b4503ff3c

Size

11.2 MB

Last updated

over 3 years ago

docker pull darkstreet00/docker-tor