Loading tor-relay/docker-compose.tor-relay.yml 0 → 100644 +21 −0 Original line number Diff line number Diff line version: '2' # See https://blog.jessfraz.com/post/running-a-tor-relay-with-docker/ # Checkou logs and https://atlas.torproject.org/ for annalytics services: tor-relay: image: jess/tor-relay # Choose one of the bellow to set the type of node # command: -f /etc/tor/torrc.bridge command: -f /etc/tor/torrc.middle # command: -f /etc/tor/torrc.exit volumes: - '/etc/localtime:/etc/localtime' networks: - 'srv' ports: - '9001:9001' restart: always labels: - 'traefik.enable=false' Loading
tor-relay/docker-compose.tor-relay.yml 0 → 100644 +21 −0 Original line number Diff line number Diff line version: '2' # See https://blog.jessfraz.com/post/running-a-tor-relay-with-docker/ # Checkou logs and https://atlas.torproject.org/ for annalytics services: tor-relay: image: jess/tor-relay # Choose one of the bellow to set the type of node # command: -f /etc/tor/torrc.bridge command: -f /etc/tor/torrc.middle # command: -f /etc/tor/torrc.exit volumes: - '/etc/localtime:/etc/localtime' networks: - 'srv' ports: - '9001:9001' restart: always labels: - 'traefik.enable=false'