From 2c7513da4a57c35403b8de505005892271bd09df Mon Sep 17 00:00:00 2001 From: Melroy van den Berg Date: Thu, 16 Jun 2016 14:30:04 +0200 Subject: [PATCH] Updated Install Wekan Docker in production (markdown) --- Install-Wekan-Docker-in-production.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Install-Wekan-Docker-in-production.md b/Install-Wekan-Docker-in-production.md index ef59a88..ac47705 100644 --- a/Install-Wekan-Docker-in-production.md +++ b/Install-Wekan-Docker-in-production.md @@ -43,7 +43,9 @@ wekandb: **Info:** Default DB user: wekandb. Default DB name: wekan. ## 3. Configure Mail Server -You could use a mail server out-side of your machine (like you see above). Or you could start another Docker container which runs Postfix (try the `marvambass/versatile-postfix` Docker image). +You can choose to _NOT_ configure a mail server, by not providing the `MAIL_URL` & `MAIL_FROM` environment parameters. Instead the mail message will be send to the terminal output. See [FAQ](https://github.com/wekan/wekan/wiki/FAQ#show-mails-with-a-docker-image-without-mail-configuration) for more info. + +If you want to configure a mail server, you could use a mail server out-side of your machine (like the example above). Or you could start another Docker container which runs Postfix (try the `marvambass/versatile-postfix` Docker image). If you already got a Postfix running on your host machine, you can add the local IP address to the docker-compose.yml file and use the hostname in the `MAIL_URL`: ```