ov-call in docker-compose upgrade

pull/473/head
OscarSotoSanchez 2020-05-11 10:37:58 +02:00
parent 4eeed8fefd
commit c9542239e6
2 changed files with 4 additions and 4 deletions

View File

@ -9,14 +9,14 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.12.0
# Openvidu-Call Version: 2.14.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.12.0
image: openvidu/openvidu-call:2.14.0-beta10
restart: on-failure
ports:
- "5442:80"
- "5442:5000"
environment:
- OPENVIDU_URL=https://${DOMAIN_OR_PUBLIC_IP}:${HTTPS_PORT:-443}
- OPENVIDU_SECRET=${OPENVIDU_SECRET}

View File

@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.13.0
# Openvidu Version: 2.14.0
#
# ------------------------------------------------------------------------------