diff --git a/Dockerfile b/Dockerfile index 97c2db1..056557b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,6 @@ USER onion CMD ["tor", "-f", "/tmp/torrc"] HEALTHCHECK CMD \ - printf 'AUTHENTICATE\nGETINFO status/circuit-established\n' \ - | nc localhost 9051 | grep -q status/circuit-established=1 \ - && curl --silent --socks5 localhost:9050 https://google.com > /dev/null \ + curl --silent --socks5 localhost:9050 https://google.com > /dev/null \ && [ ! -z "$(dig -p 9053 +notcp +short one.one.one.one @localhost)" ] \ || exit 1