rem passwd bitwarden smtp

This commit is contained in:
mich
2025-03-12 13:02:07 +00:00
parent 9f90c494ea
commit 2084420f8d

View File

@@ -19,7 +19,7 @@ services:
- SMTP_PORT=465 - SMTP_PORT=465
# Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS). # Ports 587 (submission) and 25 (smtp) are standard without encryption and with encryption via STARTTLS (Explicit TLS). Port 465 (submissions) is used for encrypted submission (Implicit TLS).
- SMTP_USERNAME=contact@{{ domaine_ext }} - SMTP_USERNAME=contact@{{ domaine_ext }}
- SMTP_PASSWORD=Jemeqq3dw@louovh - SMTP_PASSWORD=
- SMTP_TIMEOUT=15 - SMTP_TIMEOUT=15
ports: ports:
- 9091:80 - 9091:80