From b449a06f5150adb2b060414e4ce339c240dc9ebe Mon Sep 17 00:00:00 2001 From: Christophe WEILAND <13002551+cweiland@users.noreply.github.com> Date: Fri, 2 Jun 2023 10:43:41 +0200 Subject: [PATCH] Add install command line for containers (LXC/Docker) Update install command line to avoid issues with LXC/Docker install. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6c771656..91ebc015 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,9 @@ Clone this repository and checkout the tag corresponding to the most recent rele Begin the installation. +If you use a Docker/LXC-like machine, disable the firewall which is have some troubles on container version : + $ sudo setup/start.sh +For everyone else : $ sudo setup/start.sh The installation will install, uninstall, and configure packages to turn the machine into a working, good mail server.