From 2907639600bae320ba5c38c7992d3b544e818d86 Mon Sep 17 00:00:00 2001 From: Christophe WEILAND <13002551+cweiland@users.noreply.github.com> Date: Sat, 4 Nov 2023 13:43:30 +0100 Subject: [PATCH] Add install command line for containers (LXC/Docker) Update install command line to avoid issues with LXC/Docker install. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df387ab4..768f8eda 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,11 @@ Clone this repository and checkout the tag corresponding to the most recent rele $ cd mailinabox $ git checkout v65 -Begin the installation. +To install/update on LXC/Docker/Other: + + $ curl -s https://mailinabox.email/setup.sh | sudo -E DISABLE_FIREWALL=1 bash + +For standard install: $ sudo setup/start.sh