mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-06-03 00:45:38 +02:00
upgrade kurento & redis images
This commit is contained in:
parent
16777f3bb8
commit
2de534b83b
@ -147,7 +147,7 @@ services:
|
|||||||
ipv4_address: 10.7.7.4
|
ipv4_address: 10.7.7.4
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:6.0-alpine
|
image: redis:6.2-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "redis-cli", "ping"]
|
test: ["CMD", "redis-cli", "ping"]
|
||||||
@ -175,7 +175,7 @@ services:
|
|||||||
ipv4_address: 10.7.7.6
|
ipv4_address: 10.7.7.6
|
||||||
|
|
||||||
kurento:
|
kurento:
|
||||||
image: kurento/kurento-media-server:6.15
|
image: kurento/kurento-media-server:6.16
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
KMS_STUN_IP: ${STUN_IP}
|
KMS_STUN_IP: ${STUN_IP}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user