From 3c74fec39b71d368876eb18389dc29d97ecb69cd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 24 Sep 2023 20:15:25 +0200 Subject: [PATCH] Increase start period --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index ed618406f..734a11a9e 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -146,6 +146,6 @@ ENV HEALTH_PORT="80" \ HEALTHCHECK \ --interval=5s \ --retries=5 \ - --start-period=120s \ + --start-period=360s \ --timeout=45s \ CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || curl --fail http://127.0.0.1:443 || exit 1