We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e886012 commit 034383fCopy full SHA for 034383f
Dockerfile
@@ -18,7 +18,7 @@ LABEL org.opencontainers.image.source=https://github.com/dockur/tor/
18
EXPOSE 9050
19
EXPOSE 9051
20
21
-HEALTHCHECK --interval=60s --timeout=15s --start-period=20s \
+HEALTHCHECK --interval=300s --timeout=15s --start-period=20s \
22
CMD curl -x socks5h://127.0.0.1:9050 'https://check.torproject.org/api/ip' | grep -qm1 -E '"IsTor"\s*:\s*true'
23
24
VOLUME ["/var/lib/tor"]
0 commit comments