From b8423b6ea3f4936410f965043617c4027111ff1d Mon Sep 17 00:00:00 2001 From: daschxx Date: Sat, 2 Jun 2018 12:13:30 +0200 Subject: [PATCH] Create u_e-dovecot-vmail-volume.md to mount vmail volume to another path --- docs/u_e-dovecot-vmail-volume.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/u_e-dovecot-vmail-volume.md diff --git a/docs/u_e-dovecot-vmail-volume.md b/docs/u_e-dovecot-vmail-volume.md new file mode 100644 index 000000000..d99e3df98 --- /dev/null +++ b/docs/u_e-dovecot-vmail-volume.md @@ -0,0 +1,9 @@ +If you want to use another folder for the vmail-volume, you can create an `docker-compose.override.yml` file and add: +``` +volumes: + vmail-vol-1: + driver_opts: + type: none + device: /data/mailcow/vmail + o: bind +```