increase healthcheck start_period for long updates

This commit is contained in:
Moritz 2023-01-20 15:03:11 +01:00 committed by Christian Galo
parent 002531ea84
commit ca19cf5732
1 changed files with 2 additions and 2 deletions

View File

@ -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