Skip to content

Commit

Permalink
Updated Docker versions to 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Jul 3, 2020
1 parent 5ab0f31 commit dc0e79e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand All @@ -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']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Global variables
OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master
OPENVIDU_VERSION=v2.15.0

fatal_error() {
printf "\n =======¡ERROR!======="
Expand Down

0 comments on commit dc0e79e

Please sign in to comment.