Updated Docker versions to 2.15.0

pull/508/head
pabloFuente 2020-07-03 13:09:35 +02:00
parent 5ab0f31f54
commit 1e5cf3906f
3 changed files with 5 additions and 5 deletions

View File

@ -9,11 +9,11 @@ services:
#
# Default Application
#
# Openvidu-Call Version: 2.14.0
# Openvidu-Call Version: 2.15.0
#
# --------------------------------------------------------------
app:
image: openvidu/openvidu-call:2.14.0
image: openvidu/openvidu-call:2.15.0
restart: on-failure
network_mode: host
environment:

View File

@ -11,7 +11,7 @@
#
# This file will be overridden when update OpenVidu Platform
#
# Openvidu Version: 2.14.0
# Openvidu Version: 2.15.0
#
# Installation Mode: On Premises
#
@ -22,7 +22,7 @@ version: '3.1'
services:
openvidu-server:
image: openvidu/openvidu-server:2.15.0-beta1
image: openvidu/openvidu-server:2.15.0
restart: on-failure
network_mode: host
entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh']

View File

@ -2,7 +2,7 @@
# Global variables
OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master
OPENVIDU_VERSION=v2.15.0
fatal_error() {
printf "\n =======¡ERROR!======="