Skip to content
Snippets Groups Projects
Commit 13eb0407 authored by Michel Memeteau's avatar Michel Memeteau
Browse files

Use env SMTP variables from offical nextcloud image

parent ff4c8a1f
No related branches found
No related tags found
No related merge requests found
......@@ -32,13 +32,14 @@ services:
- ./data/config:/var/www/html/config
- ./data/data:/var/www/html/data
environment:
- MAIL_HOST
- MAIL_FROM
- MAIL_PASS
- MAIL_PORT
- SMTP_HOST
- SMTP_SECURE
- SMTP_AUTHTYPE
- SMTP_PASSWORD
- SMTP_PORT
- SMTP_NAME
- URL
- MAIL_DOMAIN
- SMTP_NAME
- MYSQL_DATABASE
- MYSQL_HOST
- MYSQL_USER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment