SMTP_TLS_ENABLED deprecated

This commit is contained in:
Mattia Trapani 2026-03-19 16:11:50 +01:00 committed by GitHub
parent 3afc1d46de
commit 485a57fb1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,6 @@ services:
- SMTP_SECURE=${SMTP_SECURE:-false}
- SMTP_USER=${SMTP_USER}
- SMTP_PWD=${SMTP_PWD}
- SMTP_TLS_ENABLED=${SMTP_TLS_ENABLED:-false}
healthcheck:
test: ["CMD-SHELL", "bash -c ':> /dev/tcp/127.0.0.1/3000' || exit 1"]
interval: 5s