modify : password smtp
All checks were successful
Deployment Verification / deploy-and-test (push) Successful in 24s

This commit is contained in:
Hubert Cornet 2024-11-26 19:59:08 +01:00
parent 681081773f
commit eacc28dbc2

View File

@ -70,7 +70,7 @@ services:
- "SMTP_TLS_CHECKCERT=off"
- "SMTP_AUTH=on"
- "SMTP_USER=hostinfo@tips-of-mine.fr"
- "SMTP_PASSWORD=Whf2VtLEd2QR4er"
- "SMTP_PASSWORD=P@ssword!Here!123456"
- "SMTP_DOMAIN=localhost"
- "SMTP_FROM=hostinfo@tips-of-mine.fr"
restart: always