Skip to content

Commit 0fbf3b7

Browse files
committed
misc: working on latest
1 parent b524acb commit 0fbf3b7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
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'
@@ -93,7 +93,7 @@ services:
9393

9494
# XMPP server
9595
prosody:
96-
image: jitsi/prosody:stable-5076
96+
image: jitsi/prosody:latest
9797
restart: ${RESTART_POLICY}
9898
expose:
9999
- '5222'
@@ -159,7 +159,7 @@ services:
159159

160160
# Focus component
161161
jicofo:
162-
image: jitsi/jicofo:stable-5076
162+
image: jitsi/jicofo:latest
163163
restart: ${RESTART_POLICY}
164164
volumes:
165165
- ${CONFIG}/jicofo:/config:Z
@@ -188,7 +188,7 @@ services:
188188

189189
# Video bridge
190190
jvb:
191-
image: jitsi/jvb:stable-5076
191+
image: jitsi/jvb:latest
192192
restart: ${RESTART_POLICY}
193193
ports:
194194
- '${JVB_PORT}:${JVB_PORT}/udp'

etherpad.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
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
networks:
99
meet.jitsi:

jibri.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3'
22

33
services:
44
jibri:
5-
image: jitsi/jibri:stable-5076
5+
image: jitsi/jibri:latest
66
restart: ${RESTART_POLICY}
77
volumes:
88
- ${CONFIG}/jibri:/config:Z

jigasi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3'
33
services:
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'

0 commit comments

Comments
 (0)