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 untrusted user: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ services:
image: boky/postfix:{{ services.postfix.version }} image: boky/postfix:{{ services.postfix.version }}
restart: always restart: always
networks: networks:
- postfix postfix:
aliases:
- postfix
volumes: volumes:
- "./dkim:/etc/opendkim/keys" - "./dkim:/etc/opendkim/keys"
environment: environment: