Fix SLL -> SSL typo

This commit is contained in:
Nick Sellen 2023-10-19 14:04:08 +01:00
parent ab83480668
commit 2d18570bd7
Signed by: nicksellen
GPG Key ID: 7C3A275C0DC2EFA1
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ services:
- SMTP_USER
- SMTP_PASSWORD_FILE=/run/secrets/smtp_password
- SMTP_HOST
- SMTP_USE_SLL
- SMTP_USE_SSL
- SMTP_USE_TLS
- SMTP_PORT
- SITE_URL
@ -114,7 +114,7 @@ services:
- SITE_URL
- SMTP_USER
- SMTP_HOST
- SMTP_USE_SLL
- SMTP_USE_SSL
- SMTP_USE_TLS
- SMTP_PORT
- SMTP_PASSWORD_FILE=/run/secrets/smtp_password