diff --git a/scripts/docker-entrypoint b/scripts/docker-entrypoint index 01bcc14..88e51f9 100755 --- a/scripts/docker-entrypoint +++ b/scripts/docker-entrypoint @@ -39,7 +39,7 @@ if [ ! -e /tor-config-done ]; then echo "Address ${TOR_IP}" >> /etc/tor/torrc echo -e "ControlPort 0.0.0.0:9051" >> /etc/tor/torrc if [ -z "${TOR_CONTROL_PWD}" ]; then - TOR_CONTROL_PWD="16:AF6137F19DD86B89606B9007F1A2F82F8BEFB19D263DC878B7E1F5E260" + TOR_CONTROL_PWD="16:6971539E06A0F94C6011414768D85A25949AE1E201BDFE10B27F3B3EBA" fi echo -e "HashedControlPassword ${TOR_CONTROL_PWD}" >> /etc/tor/torrc