From 307c019ea94923c3115475e01e7136f9060e0c4e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 25 Aug 2024 21:25:05 +0200 Subject: [PATCH] Increase Timeout Start --- nextcloud/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index a6ff98c9c..eecfbeb2d 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -164,6 +164,6 @@ ENV HEALTH_PORT="80" \ HEALTHCHECK \ --interval=5s \ --retries=5 \ - --start-period=360s \ + --start-period=720s \ --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