From 11155539849c2575d6eea04954d72378a0edcb79 Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Tue, 6 Oct 2020 23:08:53 +0200 Subject: [PATCH] Disable healthcheck for now --- compose.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/compose.yml b/compose.yml index 190e251..bb37c4c 100644 --- a/compose.yml +++ b/compose.yml @@ -21,12 +21,12 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" volumes: - content:/usr/share/nginx/html - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost"] - interval: 30s - timeout: 10s - retries: 10 - start_period: 1m + #healthcheck: + # test: ["CMD", "curl", "-f", "http://localhost"] + # interval: 30s + # timeout: 10s + # retries: 10 + # start_period: 1m volumes: