From 211e72481447a186b07fd76ea96369af5a7add71 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 12 Mar 2025 18:33:35 +0100 Subject: [PATCH] Return to host name and change insecure value --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a432f8b..451e466 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,10 +15,10 @@ services: - "DIUN_PROVIDERS_DOCKER=true" - "LOG_LEVEL=info" - "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_SSL=false" - - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=false" + - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=true" - "DIUN_NOTIF_MAIL_USERNAME=diun@sda.zone" - "DIUN_NOTIF_MAIL_PASSWORD=sda101176" - "DIUN_NOTIF_MAIL_FROM=diun@sda.zone"