We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda927f commit 9c6629dCopy full SHA for 9c6629d
deploy/compose/mta.yaml
@@ -14,5 +14,5 @@ services:
14
- data-spool:/var/spool/postfix
15
# For using external certificates uncomment the following lines
16
# and change the path on the left side of the colon.
17
- # - /home/user/certs/mail.example.com.crt:/etc/postfix/tls.crt:ro
18
- # - /home/user/certs/mail.example.com.key:/etc/postfix/tls.key:ro
+ # - /home/user/certs/mail.example.com.crt:/etc/postfix/tls/tls.crt:ro
+ # - /home/user/certs/mail.example.com.key:/etc/postfix/tls/tls.key:ro
0 commit comments