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-7001
6
+ image : jitsi/web:latest
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -131,7 +131,7 @@ services:
131
131
132
132
# XMPP server
133
133
prosody :
134
- image : jitsi/prosody:stable-7001
134
+ image : jitsi/prosody:latest
135
135
restart : ${RESTART_POLICY}
136
136
expose :
137
137
- ' 5222'
@@ -212,7 +212,7 @@ services:
212
212
213
213
# Focus component
214
214
jicofo :
215
- image : jitsi/jicofo:stable-7001
215
+ image : jitsi/jicofo:latest
216
216
restart : ${RESTART_POLICY}
217
217
volumes :
218
218
- ${CONFIG}/jicofo:/config:Z
@@ -263,7 +263,7 @@ services:
263
263
264
264
# Video bridge
265
265
jvb :
266
- image : jitsi/jvb:stable-7001
266
+ image : jitsi/jvb:latest
267
267
restart : ${RESTART_POLICY}
268
268
ports :
269
269
- ' ${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-7001
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-7001
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