From 0838274fad522641c13bcfae8a9f08eda8f9d35d Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Tue, 17 Jul 2018 05:36:57 -0400 Subject: [PATCH] Rancher never exits initialization health check state --- templates/Nextcloud/0/rancher-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index dfbfc70..7319e3a 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -59,8 +59,6 @@ services: port: ${HOST_HTTP_PORT} interval: 5000 response_timeout: 2000 - initializing_timeout: 30000 - reinitializing_timeout: 30000 healthy_threshold: 2 unhealthy_theshold: 3 strategy: none