Fix Postfix DNS name not found

This commit is contained in:
Sam A. 2023-12-12 22:00:55 +01:00
parent 88c4d99fc0
commit 9164b39906
Signed by: samsapti
GPG key ID: CBBBE7371E81C4EA

View file

@ -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"