From 56632abe690eb222f6977a28a9fd877a2aeeecee Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 12 Mar 2025 18:20:18 +0100 Subject: [PATCH] Correct from variable --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 6fbb488..5b0f7a8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,7 @@ services: - "DIUN_NOTIF_MAIL_LOCALNAME=diun@sda.zone" - "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone" - "DIUN_NOTIF_MAIL_PASSWORD=sda101176" - - "DIUN_NOTIF_MAIL_FROM=Diun Thed@arty" + - "DIUN_NOTIF_MAIL_FROM=diun@sda.zone" - "DIUN_NOTIF_MAIL_TO=thedarty@gmail.com" - "DIUN_NOTIF_MAIL_TEMPLATETITLE={{ .Entry.Image }} released" - "DIUN_NOTIF_MAIL_TEMPLATEBODY=Docker tag {{ .Entry.Image }} which you subscribed to through {{ .Entry.Provider }} provider has been released."