From f0fe752fbcf7fa5485e0da92babf4faa61f949c0 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Tue, 17 Jul 2018 06:45:48 -0400 Subject: [PATCH] Disabled health checks --- templates/Nextcloud/0/rancher-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/Nextcloud/0/rancher-compose.yml b/templates/Nextcloud/0/rancher-compose.yml index 052121a..d0294f9 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -55,13 +55,13 @@ catalog: services: nextcloud: scale: 1 - health_check: - port: ${HOST_HTTP_PORT} - request_line: GET /healthcheck HTTP/1.0 - interval: 5000 - response_timeout: 2000 - healthy_threshold: 2 - unhealthy_threshold: 3 - strategy: none +# health_check: +# port: ${HOST_HTTP_PORT} +# request_line: GET /healthcheck HTTP/1.0 +# interval: 5000 +# response_timeout: 2000 +# healthy_threshold: 2 +# unhealthy_threshold: 3 +# strategy: none mysql: scale: 1 \ No newline at end of file