Skip to content

Commit b5dbfa0

Browse files
committed
misc: working on latest
1 parent 73c1db5 commit b5dbfa0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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-6433
6+
image: jitsi/web:latest
77
restart: ${RESTART_POLICY}
88
ports:
99
- '${HTTP_PORT}:80'
@@ -126,7 +126,7 @@ services:
126126

127127
# XMPP server
128128
prosody:
129-
image: jitsi/prosody:stable-6433
129+
image: jitsi/prosody:latest
130130
restart: ${RESTART_POLICY}
131131
expose:
132132
- '5222'
@@ -202,7 +202,7 @@ services:
202202

203203
# Focus component
204204
jicofo:
205-
image: jitsi/jicofo:stable-6433
205+
image: jitsi/jicofo:latest
206206
restart: ${RESTART_POLICY}
207207
volumes:
208208
- ${CONFIG}/jicofo:/config:Z
@@ -252,7 +252,7 @@ services:
252252

253253
# Video bridge
254254
jvb:
255-
image: jitsi/jvb:stable-6433
255+
image: jitsi/jvb:latest
256256
restart: ${RESTART_POLICY}
257257
ports:
258258
- '${JVB_PORT}:${JVB_PORT}/udp'

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-6433
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-6433
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)