Update healthcheck target URL to Facebook's Tor onion service
This commit is contained in:
parent
b896de5b6c
commit
cf437c0152
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN echo '@edge http://dl-cdn.alpinelinux.org/alpine/edge/community' >> /etc/apk
|
|||
COPY torrc /etc/tor/
|
||||
|
||||
HEALTHCHECK --timeout=10s --start-period=60s \
|
||||
CMD curl --fail --socks5-hostname localhost:9150 -I -L 'https://cdnjs.com/' || exit 1
|
||||
CMD curl --fail --socks5-hostname localhost:9150 -I -L 'https://facebookcorewwwi.onion/' || exit 1
|
||||
|
||||
EXPOSE 9150
|
||||
|
||||
|
|
Loading…
Reference in a new issue