deployment-openvidu-ce: bump openvidu-version 2.16.0-dev1

pull/553/head
cruizba 2020-10-14 20:02:08 +02:00
parent a878cbe68a
commit cd101afac2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ version: '3.1'
services:
openvidu-server:
image: openvidu/openvidu-server:2.15.0
image: openvidu/openvidu-server:2.16.0-dev1
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']