This commit is contained in:
Alexandre
2023-03-12 22:26:05 +01:00
committed by GitHub
parent 590a51c820
commit e4412ca520

View File

@@ -151,5 +151,3 @@ HEALTHCHECK \
--start-period=30s \
--timeout=25s \
CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || curl --fail http://127.0.0.1:443 || exit 1
####################