misc: fix config volumes to work with SELinux

Fixes: #472
This commit is contained in:
Johannes Nohl
2020-04-28 10:52:57 +02:00
committed by GitHub
parent eae3f5ce2d
commit 0177765f2d
3 changed files with 10 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ services:
image: jitsi/jibri
restart: ${RESTART_POLICY}
volumes:
- ${CONFIG}/jibri:/config
- ${CONFIG}/jibri:/config:Z
- /dev/shm:/dev/shm
cap_add:
- SYS_ADMIN