mirror of
https://github.com/ArchiveBox/good-karma-kit.git
synced 2024-11-10 09:02:42 +08:00
remove unneeded config dir
This commit is contained in:
parent
bed3e23f20
commit
061cd02e8d
1 changed files with 4 additions and 2 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue