mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 17:14:31 +02:00
* remove volumes section * bind mounts + localtime
This commit is contained in:
parent
7293e3c9e8
commit
ea81aebf83
2 changed files with 12 additions and 24 deletions
|
@ -141,8 +141,10 @@ To enable LDAP over StartTLS (on port 389), you need to set the following enviro
|
|||
- "993:993"
|
||||
|
||||
volumes:
|
||||
- maildata:/var/mail
|
||||
- mailstate:/var/mail-state
|
||||
- ./data/maildata:/var/mail
|
||||
- ./data/mailstate:/var/mail-state
|
||||
- ./data/maillogs:/var/log/mail
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- ./config/:/tmp/docker-mailserver/
|
||||
|
||||
environment:
|
||||
|
@ -184,12 +186,6 @@ To enable LDAP over StartTLS (on port 389), you need to set the following enviro
|
|||
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
|
||||
volumes:
|
||||
maildata:
|
||||
driver: local
|
||||
mailstate:
|
||||
driver: local
|
||||
```
|
||||
|
||||
??? example "Kopano / Zarafa"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue