From 1dafbccff2b3e060e9f296d1d08507e673b90e53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Sat, 24 Oct 2020 21:52:34 +0200 Subject: [PATCH] Update u_e-dovecot-vmail-volume.md --- docs/u_e-dovecot-vmail-volume.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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: