Skip to content

Commit

Permalink
Healthcheck interval is now 60s with start interval 5s (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
itzg committed Sep 7, 2024
1 parent 5340121 commit dd3c7a4
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 @@ -72,4 +72,4 @@ RUN curl -fsSL -o /image/Log4jPatcher.jar https://github.com/CreeperHost/Log4jPa
RUN dos2unix /start* /auto/*

ENTRYPOINT [ "/start" ]
HEALTHCHECK --start-period=1m --interval=5s --retries=24 CMD mc-health
HEALTHCHECK --start-period=30s --retries=24 --interval=60s CMD mc-health

0 comments on commit dd3c7a4

Please sign in to comment.