From cf437c0152dc8b731b16c41224aefe36b66ebcf6 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 21 Dec 2019 23:39:56 +0800 Subject: [PATCH] Update healthcheck target URL to Facebook's Tor onion service --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 499fa7f..7bae5a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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