From 061cd02e8d324931dfff94eb455bd8d0a1abea42 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 14 Apr 2021 03:10:40 -0400 Subject: [PATCH] remove unneeded config dir --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2bd1bf5..4fcc94e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,7 +9,9 @@ services: ### Autoupdater watchtower: - # Automatically updates & restarts the containers when they have new versions available + # Automatically updates & restarts the containers when they have new versions available + # https://containrrr.dev/watchtower + # https://github.com/containrrr/watchtower image: containrrr/watchtower volumes: - /var/run/docker.sock:/var/run/docker.sock @@ -19,6 +21,7 @@ services: tor: # https://www.torproject.org/ + # https://community.torproject.org/relay/setup/bridge/docker/ # https://hub.docker.com/r/thetorproject/obfs4-bridge image: thetorproject/obfs4-bridge:latest ports: @@ -30,7 +33,6 @@ services: - EMAIL=youremail@example.com volumes: - ./data/tor:/var/lib/tor - - ./etc/tor:/etc/tor i2p: # https://geti2p.net/en/