Merge pull request #113 from fcovecino/patch-1
Update u_e-dovecot-vmail-volume.md
Dieser Commit ist enthalten in:
Commit
c7b0b499f4
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
|
@ -8,3 +8,11 @@ volumes:
|
|||
device: /data/mailcow/vmail
|
||||
o: bind
|
||||
```
|
||||
|
||||
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")
|
||||
- Create the file `docker-compose.override.yml`
|
||||
- Delete the current vmail folder: `docker volume rm mailcowdockerized_vmail-vol-1`
|
||||
- Start mailcow by executing `docker-compose up -d` from within your mailcow root folder (e.g. "/opt/mailcow-dockerized")
|
||||
|
|
Laden …
In neuem Issue referenzieren