Skip to content

Commit

Permalink
fix mail QS volume permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
laDok8 committed Dec 11, 2024
1 parent 383128d commit 3570e88
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 '[email protected]'" ]
interval: 5s
Expand Down

0 comments on commit 3570e88

Please sign in to comment.