update nginx and kurento images

This commit is contained in:
chandi 2020-06-23 00:10:33 +02:00 committed by chandi
parent a79e6a5860
commit 7f375832e8

View File

@ -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}