Create u_e-dovecot-vmail-volume.md
to mount vmail volume to another path
Dieser Commit ist enthalten in:
Ursprung
966aac6359
Commit
b8423b6ea3
1 geänderte Dateien mit 9 neuen und 0 gelöschten Zeilen
9
docs/u_e-dovecot-vmail-volume.md
Normale Datei
9
docs/u_e-dovecot-vmail-volume.md
Normale Datei
|
@ -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
|
||||||
|
```
|
Laden …
In neuem Issue referenzieren