Change notification method

This commit is contained in:
2025-03-13 09:14:39 +01:00
parent 88ef8e5620
commit 00a70aa488
+2 -2
View File
@@ -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