From 24423fa30e54589691fdff98939b87181f8b4331 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 20 Jun 2024 23:43:35 -0300 Subject: [PATCH] disable notification for head failure --- watchtower/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/watchtower/docker-compose.yml b/watchtower/docker-compose.yml index b269e27..431ff8f 100644 --- a/watchtower/docker-compose.yml +++ b/watchtower/docker-compose.yml @@ -13,6 +13,7 @@ services: - WATCHTOWER_REMOVE_VOLUMES=true - WATCHTOWER_INCLUDE_RESTARTING=true - WATCHTOWER_POLL_INTERVAL=7200 + - WATCHTOWER_WARN_ON_HEAD_FAILURE=never # fixes culturalconnections notifcation - WATCHTOWER_DISABLE_CONTAINERS="pihole atm3 handbrake culturalconnections" env_file: - ../stack.env