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-4548-1
6+ image : jitsi/web:latest
77 restart : ${RESTART_POLICY}
88 ports :
99 - ' ${HTTP_PORT}:80'
@@ -45,7 +45,7 @@ services:
4545
4646 # XMPP server
4747 prosody :
48- image : jitsi/prosody:stable-4548-1
48+ image : jitsi/prosody:latest
4949 restart : ${RESTART_POLICY}
5050 expose :
5151 - ' 5222'
@@ -110,7 +110,7 @@ services:
110110
111111 # Focus component
112112 jicofo :
113- image : jitsi/jicofo:stable-4548-1
113+ image : jitsi/jicofo:latest
114114 restart : ${RESTART_POLICY}
115115 volumes :
116116 - ${CONFIG}/jicofo:/config:Z
@@ -138,7 +138,7 @@ services:
138138
139139 # Video bridge
140140 jvb :
141- image : jitsi/jvb:stable-4548-1
141+ image : jitsi/jvb:latest
142142 restart : ${RESTART_POLICY}
143143 ports :
144144 - ' ${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-4548-1
6+ image : jitsi/etherpad:latest
77 restart : ${RESTART_POLICY}
88 networks :
99 meet.jitsi :
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-4548-1
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-4548-1
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