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