forked from data.coop/ansible
Fix Postfix DNS name not found
This commit is contained in:
parent
88c4d99fc0
commit
9164b39906
|
@ -6,6 +6,8 @@ services:
|
||||||
image: boky/postfix:{{ services.postfix.version }}
|
image: boky/postfix:{{ services.postfix.version }}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
postfix:
|
||||||
|
aliases:
|
||||||
- postfix
|
- postfix
|
||||||
volumes:
|
volumes:
|
||||||
- "./dkim:/etc/opendkim/keys"
|
- "./dkim:/etc/opendkim/keys"
|
||||||
|
|
Loading…
Reference in a new issue