Return to host name and change insecure value

This commit is contained in:
2025-03-12 18:33:35 +01:00
parent c71af2d9ce
commit 211e724814
+2 -2
View File
@@ -15,10 +15,10 @@ services:
- "DIUN_PROVIDERS_DOCKER=true" - "DIUN_PROVIDERS_DOCKER=true"
- "LOG_LEVEL=info" - "LOG_LEVEL=info"
- "LOG_JSON=false" - "LOG_JSON=false"
- "DIUN_NOTIF_MAIL_HOST=192.168.1.17" - "DIUN_NOTIF_MAIL_HOST=mail.serveur"
- "DIUN_NOTIF_MAIL_PORT=25" - "DIUN_NOTIF_MAIL_PORT=25"
- "DIUN_NOTIF_MAIL_SSL=false" - "DIUN_NOTIF_MAIL_SSL=false"
- "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=false" - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=true"
- "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone" - "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone"
- "DIUN_NOTIF_MAIL_PASSWORD=sda101176" - "DIUN_NOTIF_MAIL_PASSWORD=sda101176"
- "DIUN_NOTIF_MAIL_FROM=diun@sda.zone" - "DIUN_NOTIF_MAIL_FROM=diun@sda.zone"