From 90bcad5027e4d43239a5266d4a53d657e4b41ecd Mon Sep 17 00:00:00 2001 From: strarsis Date: Thu, 16 Mar 2017 16:16:40 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22e5782f..3e5acf30 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Adapt this file with your FQDN. Install [docker-compose](https://docs.docker.com 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) +`restart: always` ensures that the mail server container (and ELK container when using docker-compose.elk.yml.dist) is automatically restarted by docker in cases like a docker service or host restart or unintentional container exit. + ```yaml version: '2'