File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
33services :
44 # Frontend
55 web :
6- image : jitsi/web:stable-5076
6+ image : jitsi/web:latest
77 restart : ${RESTART_POLICY}
88 ports :
99 - ' ${HTTP_PORT}:80'
@@ -103,7 +103,7 @@ services:
103103
104104 # XMPP server
105105 prosody :
106- image : jitsi/prosody:stable-5076
106+ image : jitsi/prosody:latest
107107 restart : ${RESTART_POLICY}
108108 expose :
109109 - ' 5222'
@@ -177,7 +177,7 @@ services:
177177
178178 # Focus component
179179 jicofo :
180- image : jitsi/jicofo:stable-5076
180+ image : jitsi/jicofo:latest
181181 restart : ${RESTART_POLICY}
182182 volumes :
183183 - ${CONFIG}/jicofo:/config:Z
@@ -206,7 +206,7 @@ services:
206206
207207 # Video bridge
208208 jvb :
209- image : jitsi/jvb:stable-5076
209+ image : jitsi/jvb:latest
210210 restart : ${RESTART_POLICY}
211211 ports :
212212 - ' ${JVB_PORT}:${JVB_PORT}/udp'
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
33services :
44 # Etherpad: real-time collaborative document editing
55 etherpad :
6- image : jitsi/etherpad:stable-5076
6+ image : jitsi/etherpad:latest
77 restart : ${RESTART_POLICY}
88 environment :
99 - TITLE="${ETHERPAD_TITLE}"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3'
22
33services :
44 jibri :
5- image : jitsi/jibri:stable-5076
5+ image : jitsi/jibri:latest
66 restart : ${RESTART_POLICY}
77 volumes :
88 - ${CONFIG}/jibri:/config:Z
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3'
33services :
44 # SIP gateway (audio)
55 jigasi :
6- image : jitsi/jigasi:stable-5076
6+ image : jitsi/jigasi:latest
77 restart : ${RESTART_POLICY}
88 ports :
99 - ' ${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