From cfd7fde1eafb733835945975fe98fe1d3fad8c37 Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Wed, 4 Jan 2017 10:05:02 +0100 Subject: [PATCH] Added config information Added information regarding were config files must be mounted. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 555eccb5..4904c97e 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,8 @@ Before you open an issue, please have a look this `README`, the [Wiki](https://g Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com/compose/) in the version `1.6` or higher. +Your configs must be mounted in `/tmp/docker-mailserver/`. To understand how things work on boot, please have a look to [start-mailserver.sh](https://github.com/tomav/docker-mailserver/blob/master/target/start-mailserver.sh) + ```yaml version: '2'