forked from coop-cloud/nextcloud
increase healthcheck start_period for long updates
This commit is contained in:
parent
738f71e6de
commit
35b36d8c30
@ -38,7 +38,7 @@ services:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 1m
|
start_period: 5m
|
||||||
|
|
||||||
app:
|
app:
|
||||||
image: nextcloud:25.0.1-fpm
|
image: nextcloud:25.0.1-fpm
|
||||||
@ -94,7 +94,7 @@ services:
|
|||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 10
|
retries: 10
|
||||||
start_period: 1m
|
start_period: 5m
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:25.0.1-fpm
|
image: nextcloud:25.0.1-fpm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user