Update docker-compose.yml

Add additional bind mount option for when SELinux is enabled
This commit is contained in:
omarc1492 2020-10-30 12:05:22 -05:00 committed by GitHub
parent 50c40c4ba6
commit 400900fa9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ services:
- mailstate:/var/mail-state
- maillogs:/var/log/mail
- ./config/:/tmp/docker-mailserver/
# If SELinux is enabled uncomment line below and comment line above
#- ./config/:/tmp/docker-mailserver/${SELINUX_LABEL}
env_file:
- mailserver.env
cap_add: