From 7dee5d4e8cf343415b5f62f187828947fd68f93f Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Wed, 7 Jun 2017 05:37:02 +0800 Subject: [PATCH] typo --- docs/install-update.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-update.md b/docs/install-update.md index 0581c3625..43f8a6007 100644 --- a/docs/install-update.md +++ b/docs/install-update.md @@ -45,7 +45,7 @@ Keep in mind that all local changes _to configuration files_ will be lost. Howev - Stop and remove mailcow containers: `docker-compose down` - Delete the directory or rename it - Clone the remote repository again (`git clone https://github.com/mailcow/mailcow-dockerized && cd mailcow-dockerized`). **Pay attention** to this step - the folder must have the same name of the previous one! -- Copy back your previous `mailcow.conf` into the mailcow-dockerizd folder +- Copy back your previous `mailcow.conf` into the mailcow-dockerized folder If you forgot to stop Docker before deleting the cloned directory, you can use the following commands: ```