Merge pull request #133 from hank/patch-1

Fixing list
Dieser Commit ist enthalten in:
André Peters 2019-02-23 10:04:17 +01:00 committet von GitHub
Commit 192cde1c56
Es konnte kein GPG-SchlĂĽssel zu dieser Signatur gefunden werden
GPG-SchlĂĽssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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")