mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 05:49:11 +00:00
Fix typo in docker-compose.vanguards-network.yml
This commit is contained in:
parent
f801929085
commit
2fc69d3ff1
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ services:
|
||||||
environment:
|
environment:
|
||||||
# Enable control port with ip binding (see networks configuration bellow)
|
# Enable control port with ip binding (see networks configuration bellow)
|
||||||
# Using network interface instead of 0.0.0.0 help to protect control port from hidden services.
|
# Using network interface instead of 0.0.0.0 help to protect control port from hidden services.
|
||||||
TOR_CONTROL_PORT: 127.16.111.10
|
TOR_CONTROL_PORT: 172.16.111.10
|
||||||
# Set controle port password (optionnal)
|
# Set controle port password (optionnal)
|
||||||
TOR_CONTROL_PASSWORD: something_secret
|
TOR_CONTROL_PASSWORD: something_secret
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ services:
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
# Set tor hostname (or ip:port or unix:/path/to/socket.sock)
|
# Set tor hostname (or ip:port or unix:/path/to/socket.sock)
|
||||||
TOR_CONTROL_PORT: tor
|
TOR_CONTROL_PORT: tor:9051
|
||||||
# set password if needed
|
# set password if needed
|
||||||
TOR_CONTROL_PASSWORD: something_secret
|
TOR_CONTROL_PASSWORD: something_secret
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue