Add SMTP_PROTOCOL to docker-compose example (#35)

This commit is contained in:
Andrés Bono
2017-01-18 10:00:51 +01:00
committed by GitHub
parent cd03587ef5
commit f7d5531519

View File

@@ -221,6 +221,7 @@ This would be an example of SMTP configuration using a GMail account:
- SMTP_PORT=587
- SMTP_USER=your_email@gmail.com
- SMTP_PASSWORD=your_password
- SMTP_PROTOCOL=tls
volumes_from:
- application_data
```