From 908806a6dc39585f48fa59f4677b825ae1167c9c Mon Sep 17 00:00:00 2001 From: tbadmin Date: Mon, 22 Jun 2026 15:44:09 +0200 Subject: [PATCH] stacks/docmost.yml aktualisiert --- stacks/docmost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/docmost.yml b/stacks/docmost.yml index feaa95f..46eae74 100644 --- a/stacks/docmost.yml +++ b/stacks/docmost.yml @@ -13,7 +13,7 @@ services: MAIL_DRIVER: smtp SMTP_HOST: ${SMTP_HOST} SMTP_PORT: ${SMTP_PORT} - SMTP_SECURE: TLS + SMTP_SECURE: ${SMTP_SECURE} SMTP_IGNORETLS: "true" SMTP_USERNAME: ${SMTP_USERNAME} SMTP_PASSWORD: ${SMTP_PASSWORD}