File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ services:
9
9
- ' ${HTTP_PORT}:80'
10
10
- ' ${HTTPS_PORT}:443'
11
11
volumes :
12
- - ${CONFIG}/web:/config
13
- - ${CONFIG}/web/letsencrypt:/etc/letsencrypt
14
- - ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts
12
+ - ${CONFIG}/web:/config:Z
13
+ - ${CONFIG}/web/letsencrypt:/etc/letsencrypt:Z
14
+ - ${CONFIG}/transcripts:/usr/share/jitsi-meet/transcripts:Z
15
15
environment :
16
16
- ENABLE_AUTH
17
17
- ENABLE_GUESTS
@@ -52,8 +52,8 @@ services:
52
52
- ' 5347'
53
53
- ' 5280'
54
54
volumes :
55
- - ${CONFIG}/prosody/config:/config
56
- - ${CONFIG}/prosody/prosody-plugins-custom:/prosody-plugins-custom
55
+ - ${CONFIG}/prosody/config:/config:Z
56
+ - ${CONFIG}/prosody/prosody-plugins-custom:/prosody-plugins-custom:Z
57
57
environment :
58
58
- AUTH_TYPE
59
59
- ENABLE_AUTH
@@ -113,7 +113,7 @@ services:
113
113
image : jitsi/jicofo
114
114
restart : ${RESTART_POLICY}
115
115
volumes :
116
- - ${CONFIG}/jicofo:/config
116
+ - ${CONFIG}/jicofo:/config:Z
117
117
environment :
118
118
- ENABLE_AUTH
119
119
- XMPP_DOMAIN
@@ -143,7 +143,7 @@ services:
143
143
- ' ${JVB_PORT}:${JVB_PORT}/udp'
144
144
- ' ${JVB_TCP_MAPPED_PORT}:${JVB_TCP_PORT}'
145
145
volumes :
146
- - ${CONFIG}/jvb:/config
146
+ - ${CONFIG}/jvb:/config:Z
147
147
environment :
148
148
- DOCKER_HOST_ADDRESS
149
149
- XMPP_AUTH_DOMAIN
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
5
5
image : jitsi/jibri
6
6
restart : ${RESTART_POLICY}
7
7
volumes :
8
- - ${CONFIG}/jibri:/config
8
+ - ${CONFIG}/jibri:/config:Z
9
9
- /dev/shm:/dev/shm
10
10
cap_add :
11
11
- SYS_ADMIN
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ services:
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
10
10
volumes :
11
- - ${CONFIG}/jigasi:/config
12
- - ${CONFIG}/transcripts:/tmp/transcripts
11
+ - ${CONFIG}/jigasi:/config:Z
12
+ - ${CONFIG}/transcripts:/tmp/transcripts:Z
13
13
environment :
14
14
- ENABLE_AUTH
15
15
- XMPP_AUTH_DOMAIN
You can’t perform that action at this time.
0 commit comments