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