Skip to content

Commit d0c2d4c

Browse files
committed
Update healthcheck start-periode
1 parent 35f721f commit d0c2d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -eux; \
3030
COPY --chmod=755 run.sh /run.sh
3131
COPY --chmod=755 GostGen/publish/${BUILDPLATFORM} .
3232

33-
HEALTHCHECK --interval=15s --timeout=5s --retries=3 --start-period=10s CMD \
33+
HEALTHCHECK --interval=15s --timeout=5s --retries=3 --start-period=15s CMD \
3434
sh -c "curl -fs https://am.i.mullvad.net/json | grep -q '\"mullvad_exit_ip\":true'"
3535

3636
# TCP 1080 = local proxy

0 commit comments

Comments
 (0)