forked from extern/docker
update nginx and kurento images
This commit is contained in:
parent
a79e6a5860
commit
7f375832e8
@ -38,7 +38,7 @@ services:
|
|||||||
network_mode: host
|
network_mode: host
|
||||||
|
|
||||||
nginx:
|
nginx:
|
||||||
image: nginx:1.18-alpine
|
image: nginx:1.19-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- etherpad
|
- etherpad
|
||||||
@ -85,7 +85,7 @@ services:
|
|||||||
ipv4_address: 10.7.7.6
|
ipv4_address: 10.7.7.6
|
||||||
|
|
||||||
kurento:
|
kurento:
|
||||||
image: kurento/kurento-media-server:6.13.2
|
image: kurento/kurento-media-server:6.14
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
KMS_STUN_IP: ${STUN_IP}
|
KMS_STUN_IP: ${STUN_IP}
|
||||||
|
Loading…
Reference in New Issue
Block a user