From 00a70aa488db71b8e09234a5afdfc486e08e8ec7 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Thu, 13 Mar 2025 09:14:39 +0100 Subject: [PATCH] Change notification method --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 2eb5da2..483776e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,6 +24,6 @@ services: WATCHTOWER_TIMEOUT: 30s WATCHTOWER_LOG_FORMAT: pretty WATCHTOWER_NOTIFICATIONS: shoutrrr - WATCHTOWER_NOTIFICATIONS_LEVEL: "debug" - WATCHTOWER_NOTIFICATION_URL: "smtp://:@mail.serveur:25/?auth=None&encryption=None&fromaddress=diun@sda.zone&fromname=Watchtower&starttls=Yes&subject=Watchtower updates&toaddresses=thedarty@gmail.com&usehtml=No" + WATCHTOWER_NOTIFICATIONS_LEVEL: debug + WATCHTOWER_NOTIFICATION_URL: smtp://:@mail.serveur:25/?auth=None&encryption=None&fromaddress=diun@sda.zone&fromname=Watchtower&starttls=Yes&subject=Watchtower updates&toaddresses=thedarty@gmail.com&usehtml=No restart: always