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

@@ -8,8 +8,8 @@ services:
ports:
- '${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
volumes:
- ${CONFIG}/jigasi:/config
- ${CONFIG}/transcripts:/tmp/transcripts
- ${CONFIG}/jigasi:/config:Z
- ${CONFIG}/transcripts:/tmp/transcripts:Z
environment:
- ENABLE_AUTH
- XMPP_AUTH_DOMAIN