From c71af2d9ce743f118d4b3f16aea5e6f764236b28 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 12 Mar 2025 18:31:52 +0100 Subject: [PATCH] Switch to IP address --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index e7c91ec..a432f8b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,7 +15,7 @@ services: - "DIUN_PROVIDERS_DOCKER=true" - "LOG_LEVEL=info" - "LOG_JSON=false" - - "DIUN_NOTIF_MAIL_HOST=mail.serveur" + - "DIUN_NOTIF_MAIL_HOST=192.168.1.17" - "DIUN_NOTIF_MAIL_PORT=25" - "DIUN_NOTIF_MAIL_SSL=false" - "DIUN_NOTIF_MAIL_INSECURESKIPVERIFY=false"