Update u_e-dovecot-vmail-volume.md
Dieser Commit ist enthalten in:
Ursprung
7508618494
Commit
aa71513bc7
1 geänderte Dateien mit 6 neuen und 7 gelöschten Zeilen
|
@ -1,12 +1,11 @@
|
||||||
If you want to use another folder for the vmail-volume, you can create an `docker-compose.override.yml` file and add:
|
If you want to use another folder for the vmail-volume, you can create a `docker-compose.override.yml` file and add the following content:
|
||||||
|
|
||||||
```
|
```
|
||||||
version: '2.1'
|
version: '2.1'
|
||||||
|
services:
|
||||||
|
dovecot-mailcow:
|
||||||
volumes:
|
volumes:
|
||||||
vmail-vol-1:
|
- /data/mailcow/vmail:/var/vmail
|
||||||
driver_opts:
|
|
||||||
type: none
|
|
||||||
device: /data/mailcow/vmail
|
|
||||||
o: bind
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Moving an existing vmail folder:
|
### Moving an existing vmail folder:
|
||||||
|
|
Laden …
In neuem Issue referenzieren