mirror of
https://git.myvelabs.com/docker/myvemail.git
synced 2025-12-18 11:46:19 +00:00
modified: docker-compose.yaml
This commit is contained in:
parent
7b58f82156
commit
a8bcc85fa5
1 changed files with 7 additions and 0 deletions
|
|
@ -49,3 +49,10 @@ services:
|
||||||
# Optional
|
# Optional
|
||||||
- ${MYVEMAIL_VOLUME_DKIM:-./data/dkim}:/etc/opendkim/keys
|
- ${MYVEMAIL_VOLUME_DKIM:-./data/dkim}:/etc/opendkim/keys
|
||||||
- ${MYVEMAIL_VOLUME_POSTWHITE:-./data/postwhite}:/etc/postfix/postscreen_spf_whitelist.cidr
|
- ${MYVEMAIL_VOLUME_POSTWHITE:-./data/postwhite}:/etc/postfix/postscreen_spf_whitelist.cidr
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- myvemail
|
||||||
|
|
||||||
|
networks:
|
||||||
|
myvemail:
|
||||||
|
external: false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue