From 35b36d8c30d83ae3b6e056553c99c71fd6d2de29 Mon Sep 17 00:00:00 2001 From: Moritz Date: Fri, 20 Jan 2023 15:03:11 +0100 Subject: [PATCH] increase healthcheck start_period for long updates --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index 8c0dd25..2c46642 100644 --- a/compose.yml +++ b/compose.yml @@ -38,7 +38,7 @@ services: interval: 30s timeout: 10s retries: 10 - start_period: 1m + start_period: 5m app: image: nextcloud:25.0.1-fpm @@ -94,7 +94,7 @@ services: interval: 30s timeout: 10s retries: 10 - start_period: 1m + start_period: 5m cron: image: nextcloud:25.0.1-fpm