Healthcheck interval is now 60s with start interval 5s (#3058)

This commit is contained in:
Geoff Bourne 2024-09-07 09:01:20 -05:00 committed by GitHub
parent 5340121d37
commit dd3c7a4b77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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