Skip to content

Commit

Permalink
Merge pull request #988 from laDok8/mail_fix
Browse files Browse the repository at this point in the history
fix mail QS volume permissions
  • Loading branch information
emmartins authored Dec 11, 2024
2 parents 169dab7 + 3570e88 commit d0ce5f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mail/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
- "1587:587"
- "1143:143"
volumes:
- ./mail-server-conf/imapserver.xml:/root/conf/imapserver.xml
- ./mail-server-conf/pop3server.xml:/root/conf/pop3server.xml
- ./mail-server-conf/smtpserver.xml:/root/conf/smtpserver.xml
- ./mail-server-conf/imapserver.xml:/root/conf/imapserver.xml:Z
- ./mail-server-conf/pop3server.xml:/root/conf/pop3server.xml:Z
- ./mail-server-conf/smtpserver.xml:/root/conf/smtpserver.xml:Z
healthcheck:
test: [ "CMD-SHELL", "/bin/james-cli -h 127.0.0.1 -p 9999 ListUsers | grep -q 'user03@james.local'" ]
interval: 5s
Expand Down

0 comments on commit d0ce5f5

Please sign in to comment.