File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
33services :
44 # Frontend
55 web :
6- image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-7648-2 }
6+ image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
77 restart : ${RESTART_POLICY:-unless-stopped}
88 ports :
99 - ' ${HTTP_PORT}:80'
@@ -148,7 +148,7 @@ services:
148148
149149 # XMPP server
150150 prosody :
151- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7648-2 }
151+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
152152 restart : ${RESTART_POLICY:-unless-stopped}
153153 expose :
154154 - ' ${XMPP_PORT:-5222}'
@@ -236,7 +236,7 @@ services:
236236
237237 # Focus component
238238 jicofo :
239- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7648-2 }
239+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
240240 restart : ${RESTART_POLICY:-unless-stopped}
241241 volumes :
242242 - ${CONFIG}/jicofo:/config:Z
@@ -286,7 +286,7 @@ services:
286286
287287 # Video bridge
288288 jvb :
289- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7648-2 }
289+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
290290 restart : ${RESTART_POLICY:-unless-stopped}
291291 ports :
292292 - ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.5'
22
33services :
44 jibri :
5- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7648-2 }
5+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
66 restart : ${RESTART_POLICY:-unless-stopped}
77 volumes :
88 - ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.5'
33services :
44 # SIP gateway (audio)
55 jigasi :
6- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7648-2 }
6+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
77 restart : ${RESTART_POLICY:-unless-stopped}
88 ports :
99 - ' ${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}:${JIGASI_PORT_MIN:-20000}-${JIGASI_PORT_MAX:-20050}/udp'
You can’t perform that action at this time.
0 commit comments