From 76a90cd6e791a9580cccd1205dc7328bf80cf223 Mon Sep 17 00:00:00 2001 From: BiRabittoh Date: Wed, 9 Aug 2023 13:57:22 +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 01db3f1..a467d1e 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -11,10 +11,10 @@ services: - ${PWD}/.env:/app/.env - ${PWD}/credentials.json:/app/credentials.json - ${PWD}/token.json:/app/token.json - healthcheck: - test: wget -nv --tries=1 --spider http://localhost || exit 1 - interval: 30s - timeout: 5s - retries: 2 + #healthcheck: + # test: wget -nv --tries=1 --spider http://localhost || exit 1 + # interval: 30s + # timeout: 5s + # retries: 2 volumes: cache: