Skip to content

Commit

Permalink
Tweaked start interval of HealthCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t authored Sep 29, 2023
1 parent 1991525 commit c6c2f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ popd && \
rm -rf /tmp/*

# Add healthcheck
HEALTHCHECK --start-period=60s --interval=600s --timeout=200s CMD /healthcheck/healthcheck.sh
HEALTHCHECK --start-period=61s --start-interval=60s --interval=600s --timeout=200s CMD /healthcheck/healthcheck.sh

0 comments on commit c6c2f34

Please sign in to comment.