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-6433
6
+ image : jitsi/web:latest
7
7
restart : ${RESTART_POLICY}
8
8
ports :
9
9
- ' ${HTTP_PORT}:80'
@@ -126,7 +126,7 @@ services:
126
126
127
127
# XMPP server
128
128
prosody :
129
- image : jitsi/prosody:stable-6433
129
+ image : jitsi/prosody:latest
130
130
restart : ${RESTART_POLICY}
131
131
expose :
132
132
- ' 5222'
@@ -202,7 +202,7 @@ services:
202
202
203
203
# Focus component
204
204
jicofo :
205
- image : jitsi/jicofo:stable-6433
205
+ image : jitsi/jicofo:latest
206
206
restart : ${RESTART_POLICY}
207
207
volumes :
208
208
- ${CONFIG}/jicofo:/config:Z
@@ -252,7 +252,7 @@ services:
252
252
253
253
# Video bridge
254
254
jvb :
255
- image : jitsi/jvb:stable-6433
255
+ image : jitsi/jvb:latest
256
256
restart : ${RESTART_POLICY}
257
257
ports :
258
258
- ' ${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-6433
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-6433
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