From c5b691614c54d03e26e9ee06c2a8d7e2c8beb786 Mon Sep 17 00:00:00 2001 From: Peter Wood Date: Sun, 8 Dec 2024 12:47:26 -0500 Subject: [PATCH] removed healthcheck --- ntfy/docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ntfy/docker-compose.yml b/ntfy/docker-compose.yml index 0e1281e..ee2d611 100644 --- a/ntfy/docker-compose.yml +++ b/ntfy/docker-compose.yml @@ -13,12 +13,6 @@ services: ports: - 4080:80 - 4443:443 - healthcheck: # optional: remember to adapt the host:port to your environment - test: ["CMD-SHELL", "wget -q --tries=1 https://notify.peterwood.rocks/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1"] - interval: 60s - timeout: 10s - retries: 3 - start_period: 40s networks: - cloudflare_default restart: unless-stopped