Update start healthcheck

This commit is contained in:
Alexandre
2023-03-10 22:27:45 +01:00
committed by GitHub
parent cfb9dce778
commit 34e8381f18
38 changed files with 38 additions and 38 deletions

View File

@@ -142,6 +142,6 @@ ARG URL=""
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=60s \
--start-period=30s \
--timeout=25s \
CMD curl --fail http://127.0.0.1:"$WEBUI_PORT$URL" &>/dev/null || exit 1