b8423b6ea3
to mount vmail volume to another path
9 Zeilen
232 B
Markdown
9 Zeilen
232 B
Markdown
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
|
|
```
|