Increase start period

This commit is contained in:
Alexandre
2023-09-24 20:15:25 +02:00
committed by GitHub
parent d1e5313353
commit 3c74fec39b

View File

@@ -146,6 +146,6 @@ ENV HEALTH_PORT="80" \
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=120s \
--start-period=360s \
--timeout=45s \
CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || curl --fail http://127.0.0.1:443 || exit 1