diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index 7319e3a..87bff42 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -59,8 +59,9 @@ services: port: ${HOST_HTTP_PORT} interval: 5000 response_timeout: 2000 + initializing_timeout: 30000 healthy_threshold: 2 - unhealthy_theshold: 3 + unhealthy_threshold: 3 strategy: none mysql: scale: 1 \ No newline at end of file