From 87724f8abf2a25fe3fbd794ea88b6d40e24a586d Mon Sep 17 00:00:00 2001 From: Till-JS <101404291+Till-JS@users.noreply.github.com> Date: Sun, 25 Jan 2026 14:03:43 +0100 Subject: [PATCH] fix(watchtower): remove custom notification template Use default Watchtower notifications instead. Co-Authored-By: Claude --- docker-compose.macmini.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docker-compose.macmini.yml b/docker-compose.macmini.yml index 38a3d2198..38ccc9948 100644 --- a/docker-compose.macmini.yml +++ b/docker-compose.macmini.yml @@ -739,15 +739,8 @@ services: WATCHTOWER_POLL_INTERVAL: 300 # Check every 5 minutes WATCHTOWER_CLEANUP: "true" # Remove old images WATCHTOWER_INCLUDE_STOPPED: "false" # Only update running containers - WATCHTOWER_NO_STARTUP_MESSAGE: "false" # Log startup message WATCHTOWER_NOTIFICATIONS: shoutrrr - WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL:-} # Optional: telegram://token@telegram?chats=chatid - WATCHTOWER_NOTIFICATION_TEMPLATE: | - {{- if .Updated -}} - 🚀 *ManaCore Update* - Updated: {{range .Updated}}{{.Name}} {{end}} - {{- end -}} - command: --label-enable=false # Update all containers (not just labeled ones) + WATCHTOWER_NOTIFICATION_URL: ${WATCHTOWER_NOTIFICATION_URL:-} # telegram://token@telegram?chats=chatid # ============================================ # Volumes