Update Dockerfile

This commit is contained in:
Alexandre
2026-07-22 10:46:54 +02:00
committed by GitHub
parent b0dcd7aa84
commit 926b573d2b

View File

@@ -134,4 +134,4 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD if [ "$ssl" = "true" ]; then curl -f -k https://127.0.01:${HEALTH_PORT}${HEALTH_URL}; else curl -f http://127.0.01:${HEALTH_PORT}${HEALTH_URL}/; fi
CMD if [ "$ssl" = "true" ]; then curl -f -k https://127.0.01:${HEALTH_PORT}${HEALTH_URL}; else curl -f http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}/; fi