From 4242efd43fb62d7decd87aec064d1f6a890e5604 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Tue, 17 Jul 2018 05:59:18 -0400 Subject: [PATCH] Request Line probably needed --- templates/Nextcloud/0/rancher-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index 87bff42..5ae5b1c 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -57,6 +57,7 @@ services: scale: 1 health_check: port: ${HOST_HTTP_PORT} + request_line: GET /healthcheck HTTP/1.1 interval: 5000 response_timeout: 2000 initializing_timeout: 30000