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-3
6
+ image : jitsi/web:latest
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -98,7 +98,7 @@ services:
98
98
99
99
# XMPP server
100
100
prosody :
101
- image : jitsi/prosody:stable-5142-3
101
+ image : jitsi/prosody:latest
102
102
restart : ${RESTART_POLICY}
103
103
expose :
104
104
- ' 5222'
@@ -167,7 +167,7 @@ services:
167
167
168
168
# Focus component
169
169
jicofo :
170
- image : jitsi/jicofo:stable-5142-3
170
+ image : jitsi/jicofo:latest
171
171
restart : ${RESTART_POLICY}
172
172
volumes :
173
173
- ${CONFIG}/jicofo:/config:Z
@@ -196,7 +196,7 @@ services:
196
196
197
197
# Video bridge
198
198
jvb :
199
- image : jitsi/jvb:stable-5142-3
199
+ image : jitsi/jvb:latest
200
200
restart : ${RESTART_POLICY}
201
201
ports :
202
202
- ' ${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-3
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-3
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