mailcow-dockerized-docs/docs/u_e-dovecot-vmail-volume.md
2018-06-05 20:41:27 +02:00

10 Zeilen
247 B
Markdown

If you want to use another folder for the vmail-volume, you can create an `docker-compose.override.yml` file and add:
```
version: '2.1'
volumes:
vmail-vol-1:
driver_opts:
type: none
device: /data/mailcow/vmail
o: bind
```