From 16a2f8626841edd72731417a75665c30789a7e45 Mon Sep 17 00:00:00 2001 From: tijsg Date: Sun, 7 Dec 2025 22:23:20 +0100 Subject: [PATCH] health check updates --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8e76740..26c891d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -374,12 +374,6 @@ services: - WATCHTOWER_CLEANUP=true - WATCHTOWER_NO_STARTUP_MESSAGE=true - WATCHTOWER_LABEL_ENABLE=true - healthcheck: - interval: 1m - timeout: 10s - retries: 3 - start_period: 30s - test: ["CMD-SHELL", "/watchtower --help >/dev/null 2>&1"] restart: unless-stopped ############################