From 2fc69d3ff1176b5a80fffd79e440e8b7639ee03c Mon Sep 17 00:00:00 2001 From: Chirstophe Mehay Date: Sun, 24 Jul 2022 17:18:22 +0200 Subject: [PATCH] Fix typo in docker-compose.vanguards-network.yml --- docker-compose.vanguards-network.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.vanguards-network.yml b/docker-compose.vanguards-network.yml index a4db8fe..a203f18 100644 --- a/docker-compose.vanguards-network.yml +++ b/docker-compose.vanguards-network.yml @@ -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