diff --git a/docs/u_e-dovecot-vmail-volume.md b/docs/u_e-dovecot-vmail-volume.md index 40a339843..0cf07aa64 100644 --- a/docs/u_e-dovecot-vmail-volume.md +++ b/docs/u_e-dovecot-vmail-volume.md @@ -2,10 +2,12 @@ If you want to use another folder for the vmail-volume, you can create a `docker ``` version: '2.1' -services: - dovecot-mailcow: - volumes: - - /data/mailcow/vmail:/var/vmail +volumes: + vmail-vol-1: + driver_opts: + type: none + device: /data/mailcow/vmail + o: bind ``` ### Moving an existing vmail folder: