From 2a42742a2518f9dfc4c757857137e5b260b63eb6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 25 Jun 2020 12:57:39 +0200 Subject: [PATCH] Disable health check for now --- compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compose.yml b/compose.yml index 3a1b71e..75e6419 100644 --- a/compose.yml +++ b/compose.yml @@ -19,12 +19,6 @@ services: target: /etc/traefik/file-provider.yml networks: - proxy - healthcheck: - test: ["CMD", "wget", "-qO", "-", "http://localhost:80/ping"] - interval: 10s - timeout: 10s - retries: 10 - start_period: 10s deploy: update_config: failure_action: rollback