PeterDaveHello/tor-socks-proxy

Healthcheck

ipepe opened this issue · 1 comments

ipepe commented

What do You think about adding healthcheck?

HEALTHCHECK --interval=60s --timeout=15s --start-period=90s \
            CMD curl --socks5-hostname localhost:9050 -L 'https://api.ipify.org'

I copied it from https://github.com/dperson/torproxy/blob/master/Dockerfile

Sounds great, wanna send a pull request for it 😄 ?