From 855f93d2f5025b9b5ed228ce9b2ed571ec6164d0 Mon Sep 17 00:00:00 2001 From: ggruening <41573825+ggruening@users.noreply.github.com> Date: Fri, 18 Feb 2022 18:04:41 +0100 Subject: [PATCH] align restart policy to mailcow stack (#372) --- docs/post_installation/firststeps-rp.de.md | 1 + docs/post_installation/firststeps-rp.en.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/post_installation/firststeps-rp.de.md b/docs/post_installation/firststeps-rp.de.md index ae9cda72a..143bd2cb9 100644 --- a/docs/post_installation/firststeps-rp.de.md +++ b/docs/post_installation/firststeps-rp.de.md @@ -215,6 +215,7 @@ services: - ../traefik/data:/traefik:ro # mount mailcow's SSL folder - ./data/assets/ssl/:/output:rw + restart: always environment: # only change this, if you're using another domain for mailcow's web frontend compared to the standard config - DOMAIN=${MAILCOW_HOSTNAME} diff --git a/docs/post_installation/firststeps-rp.en.md b/docs/post_installation/firststeps-rp.en.md index be660a71d..afd9a65f5 100644 --- a/docs/post_installation/firststeps-rp.en.md +++ b/docs/post_installation/firststeps-rp.en.md @@ -217,6 +217,7 @@ services: - ../traefik/data:/traefik:ro # mount mailcow's SSL folder - ./data/assets/ssl/:/output:rw + restart: always environment: # only change this, if you're using another domain for mailcow's web frontend compared to the standard config - DOMAIN=${MAILCOW_HOSTNAME}