Change comment in Tor container task
This commit is contained in:
parent
314f9360a7
commit
4edccbd02a
|
@ -8,7 +8,7 @@
|
||||||
image: goldy/tor-hidden-service:{{ services.tor.version }}
|
image: goldy/tor-hidden-service:{{ services.tor.version }}
|
||||||
restart_policy: always
|
restart_policy: always
|
||||||
env:
|
env:
|
||||||
# Required by SimpleXMQ (we're not hosting anonymous services anyway)
|
# Required by SMP server (we're not hosting anonymous services anyway)
|
||||||
TOR_EXTRA_OPTIONS: |
|
TOR_EXTRA_OPTIONS: |
|
||||||
HiddenServiceNonAnonymousMode 1
|
HiddenServiceNonAnonymousMode 1
|
||||||
HiddenServiceSingleHopMode 1
|
HiddenServiceSingleHopMode 1
|
||||||
|
|
Reference in a new issue