From d7d8b061ea8e12445a790c956fe7e363c333575f Mon Sep 17 00:00:00 2001 From: Marco Andronaco Date: Wed, 9 Aug 2023 13:59:23 +0200 Subject: [PATCH] remove healthcheck --- docker-compose.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index aef525c..fcb3fe6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,8 +8,8 @@ services: volumes: - /var/run/docker.sock:/var/run/docker.sock - ${PWD}/config.json:/app/config.json:ro - healthcheck: - test: wget -nv --tries=1 --spider http://localhost:1111/stats || exit 1 - interval: 30s - timeout: 5s - retries: 2 + #healthcheck: + # test: wget -nv --tries=1 --spider http://localhost/stats || exit 1 + # interval: 30s + # timeout: 5s + # retries: 2