From 049c9a8311b1233ba8e9b0820d7bea29c3c530a4 Mon Sep 17 00:00:00 2001 From: Thomas Schmit Date: Sun, 15 May 2016 13:08:50 +0200 Subject: [PATCH] Create the postfix-accounts.cf file before using Docker --- docs/content/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/content/index.md b/docs/content/index.md index ebe48ef0..36bd0622 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -35,6 +35,7 @@ Adapt this file with your FQDN. Don't forget to adapt MAIL_USER and MAIL_PASS to your needs mkdir -p config + touch config/postfix-accounts.cf docker run --rm \ -e MAIL_USER=user1@domain.tld \ -e MAIL_PASS=mypassword \