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:stable-6826
6
+ image : jitsi/web:latest
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -129,7 +129,7 @@ services:
129
129
130
130
# XMPP server
131
131
prosody :
132
- image : jitsi/prosody:stable-6826
132
+ image : jitsi/prosody:latest
133
133
restart : ${RESTART_POLICY}
134
134
expose :
135
135
- ' 5222'
@@ -206,7 +206,7 @@ services:
206
206
207
207
# Focus component
208
208
jicofo :
209
- image : jitsi/jicofo:stable-6826
209
+ image : jitsi/jicofo:latest
210
210
restart : ${RESTART_POLICY}
211
211
volumes :
212
212
- ${CONFIG}/jicofo:/config:Z
@@ -257,7 +257,7 @@ services:
257
257
258
258
# Video bridge
259
259
jvb :
260
- image : jitsi/jvb:stable-6826
260
+ image : jitsi/jvb:latest
261
261
restart : ${RESTART_POLICY}
262
262
ports :
263
263
- ' ${JVB_PORT}:${JVB_PORT}/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:stable-6826
5
+ image : jitsi/jibri:latest
6
6
restart : ${RESTART_POLICY}
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:stable-6826
6
+ image : jitsi/jigasi:latest
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}:${JIGASI_PORT_MIN}-${JIGASI_PORT_MAX}/udp'
You can’t perform that action at this time.
0 commit comments