Suppress messages

This commit is contained in:
Alexandre
2025-01-05 15:44:53 +01:00
committed by GitHub
parent 889bef22b4
commit ad5a0e51fd

View File

@@ -135,4 +135,5 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD /docker-healthcheck.sh
CMD curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \
curl -A "HealthCheck: Docker/1.0" -s -f "http://127.0.0.1:443" &>/dev/null || exit 1