Adapted docker-compose file to "new" log path mount point in container

This commit is contained in:
Maximilian Kratz 2021-10-03 17:59:29 +02:00
parent 6c32591941
commit 50d67873c0

View file

@ -7,7 +7,7 @@ services:
# mount spool and logfiles as read only to container
volumes:
- /var/spool/postfix:/var/spool/postfix:ro
- /var/log/mail.log:/var/log/maillog:ro
- /var/log/mail.log:/var/log/mail.log:ro
# map ports to host
ports:
- 9154:9154