From fc2f5f012befc00240a2c11523f28a8358236504 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 9 Dec 2016 20:40:57 +0100 Subject: [PATCH] Fix parameter --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87f7ba0d..2ef601ec 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# mailcow dockerized +# mailcow-dockerized ## Configuration @@ -18,7 +18,7 @@ The default username for mailcow is `admin` with password `moohoo`. ./build-$name.sh ``` -**/!\** Any previous container with the same name will be stopped and removed. +**:exclamation:** Any previous container with the same name will be stopped and removed. No persistent data is deleted at any time. If an image exists, you will be asked wether or not to repull/rebuild it. @@ -26,7 +26,7 @@ If an image exists, you will be asked wether or not to repull/rebuild it. Connect to MySQL database: ``` -./build-mysql.sh client +./build-mysql.sh --client ``` Init schema (will also be installed when running `./build-mysql.sh` without parameters):