We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35f721f commit d0c2d4cCopy full SHA for d0c2d4c
1 file changed
Dockerfile
@@ -30,7 +30,7 @@ RUN set -eux; \
30
COPY --chmod=755 run.sh /run.sh
31
COPY --chmod=755 GostGen/publish/${BUILDPLATFORM} .
32
33
-HEALTHCHECK --interval=15s --timeout=5s --retries=3 --start-period=10s CMD \
+HEALTHCHECK --interval=15s --timeout=5s --retries=3 --start-period=15s CMD \
34
sh -c "curl -fs https://am.i.mullvad.net/json | grep -q '\"mullvad_exit_ip\":true'"
35
36
# TCP 1080 = local proxy
0 commit comments