From c02497c223271382199ab6d9f36a7587f6dfd83b Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 21 Apr 2024 12:39:03 -0500 Subject: [PATCH] updated smtp security --- vaultwarden/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaultwarden/compose.yml b/vaultwarden/compose.yml index a74f99d..adc2c44 100755 --- a/vaultwarden/compose.yml +++ b/vaultwarden/compose.yml @@ -14,7 +14,7 @@ services: - SIGNUPS_ALLOWED=false - SIGNUPS_VERIFY=false - SMTP_PORT=587 - - SMTP_SSL=true + - SMTP_SECURITY=tls networks: - reverse-proxy ports: