From 2af418c7d3624339a7e3827a2b95816d07bb8759 Mon Sep 17 00:00:00 2001 From: hank Date: Sat, 23 Feb 2019 03:23:29 -0500 Subject: [PATCH] Fixing list List was not displaying correctly due to missing whitespace. Instructions work well. --- docs/u_e-dovecot-vmail-volume.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/u_e-dovecot-vmail-volume.md b/docs/u_e-dovecot-vmail-volume.md index 260af776d..a6b409c1b 100644 --- a/docs/u_e-dovecot-vmail-volume.md +++ b/docs/u_e-dovecot-vmail-volume.md @@ -10,6 +10,7 @@ volumes: ``` Moving an existing vmail folder: + - Locate the current vmail folder by its "Mountpoint" attribute: `docker volume inspect mailcowdockerized_vmail-vol-1` - Copy the `_data` folder to the new folder using `cp -a`, `rsync -a` or a similar non strcuture breaking copy command - Stop mailcow by executing `docker-compose down` from within your mailcow root folder (e.g. "/opt/mailcow-dockerized")