Compare commits
No commits in common. "b770dfd52512401aebb9769e3c4a45f32ab39960" and "16a583e32655ff3d131e3dbd958f68782fcfc6da" have entirely different histories.
b770dfd525
...
16a583e326
|
@ -5,8 +5,8 @@ services:
|
|||
environment:
|
||||
&smtp-configuration
|
||||
SMTP_HOST: ${SMTP_HOST:?err}
|
||||
SMTP_SECURE: ${SMTP_SECURE:-}
|
||||
SMTP_PORT: ${SMTP_PORT:-587}
|
||||
SMTP_SECURE: ${SMTP_SECURE:-ssl}
|
||||
SMTP_PORT: ${SMTP_PORT:-465}
|
||||
SMTP_AUTHTYPE: ${SMTP_AUTHTYPE:-LOGIN}
|
||||
SMTP_NAME: ${SMTP_NAME:?err}
|
||||
SMTP_PASSWORD: ${SMTP_PASSWORD:?err}
|
||||
|
|
Loading…
Reference in New Issue