From c96916aa8ead189d6d57729fe984ab424eb9cf42 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Sun, 12 Oct 2025 20:02:53 +0200 Subject: [PATCH] fixed vaultwarden compose --- templates/vaultwarden/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/vaultwarden/docker-compose.yml.j2 b/templates/vaultwarden/docker-compose.yml.j2 index bba8515..db87c47 100644 --- a/templates/vaultwarden/docker-compose.yml.j2 +++ b/templates/vaultwarden/docker-compose.yml.j2 @@ -11,7 +11,7 @@ services: - LOG_LEVEL=info - SMTP_HOST=mail.gmx.net - - SMTP_FROM="Vaultwarden " + - SMTP_FROM=info.lehmannhaus@gmx.de - SMTP_PORT=587 - SMTP_SECURITY=starttls - SMTP_TIMEOUT=15