mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-11 17:42:04 +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:
|
||||
# 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.
|
||||
TOR_CONTROL_PORT: 127.16.111.10
|
||||
TOR_CONTROL_PORT: 172.16.111.10
|
||||
# Set controle port password (optionnal)
|
||||
TOR_CONTROL_PASSWORD: something_secret
|
||||
|
||||
|
@ -54,7 +54,7 @@ services:
|
|||
|
||||
environment:
|
||||
# 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
|
||||
TOR_CONTROL_PASSWORD: something_secret
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue