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

@@ -119,6 +119,6 @@ ARG URL="/health"
HEALTHCHECK \
--interval=5s \
--retries=5 \
--start-period=60s \
--start-period=30s \
--timeout=25s \
CMD [[ $(curl -s http://127.0.0.1:"$WEBUI_PORT$URL") == *"Invalid"* ]] || exit 1