File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# Frontend
5
5
web :
6
- image : jitsi/web:${JITSI_IMAGE_VERSION:-stable-7287-2 }
6
+ image : jitsi/web:${JITSI_IMAGE_VERSION:-unstable }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -140,7 +140,7 @@ services:
140
140
141
141
# XMPP server
142
142
prosody :
143
- image : jitsi/prosody:${JITSI_IMAGE_VERSION:-stable-7287-2 }
143
+ image : jitsi/prosody:${JITSI_IMAGE_VERSION:-unstable }
144
144
restart : ${RESTART_POLICY:-unless-stopped}
145
145
expose :
146
146
- ' ${XMPP_PORT:-5222}'
@@ -225,7 +225,7 @@ services:
225
225
226
226
# Focus component
227
227
jicofo :
228
- image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-stable-7287-2 }
228
+ image : jitsi/jicofo:${JITSI_IMAGE_VERSION:-unstable }
229
229
restart : ${RESTART_POLICY:-unless-stopped}
230
230
volumes :
231
231
- ${CONFIG}/jicofo:/config:Z
@@ -275,7 +275,7 @@ services:
275
275
276
276
# Video bridge
277
277
jvb :
278
- image : jitsi/jvb:${JITSI_IMAGE_VERSION:-stable-7287-2 }
278
+ image : jitsi/jvb:${JITSI_IMAGE_VERSION:-unstable }
279
279
restart : ${RESTART_POLICY:-unless-stopped}
280
280
ports :
281
281
- ' ${JVB_PORT:-10000}:${JVB_PORT:-10000}/udp'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
2
2
3
3
services :
4
4
jibri :
5
- image : jitsi/jibri:${JITSI_IMAGE_VERSION:-stable-7287-2 }
5
+ image : jitsi/jibri:${JITSI_IMAGE_VERSION:-unstable }
6
6
restart : ${RESTART_POLICY:-unless-stopped}
7
7
volumes :
8
8
- ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
3
3
services :
4
4
# SIP gateway (audio)
5
5
jigasi :
6
- image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-stable-7287-2 }
6
+ image : jitsi/jigasi:${JITSI_IMAGE_VERSION:-unstable }
7
7
restart : ${RESTART_POLICY:-unless-stopped}
8
8
ports :
9
9
- ' ${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