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-5142-2
6
+ image : jitsi/web:latest
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -96,7 +96,7 @@ services:
96
96
97
97
# XMPP server
98
98
prosody :
99
- image : jitsi/prosody:stable-5142-2
99
+ image : jitsi/prosody:latest
100
100
restart : ${RESTART_POLICY}
101
101
expose :
102
102
- ' 5222'
@@ -164,7 +164,7 @@ services:
164
164
165
165
# Focus component
166
166
jicofo :
167
- image : jitsi/jicofo:stable-5142-2
167
+ image : jitsi/jicofo:latest
168
168
restart : ${RESTART_POLICY}
169
169
volumes :
170
170
- ${CONFIG}/jicofo:/config:Z
@@ -193,7 +193,7 @@ services:
193
193
194
194
# Video bridge
195
195
jvb :
196
- image : jitsi/jvb:stable-5142-2
196
+ image : jitsi/jvb:latest
197
197
restart : ${RESTART_POLICY}
198
198
ports :
199
199
- ' ${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-5142-2
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-5142-2
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