docker-compose updated

pull/494/head
OscarSotoSanchez 2020-05-18 16:52:47 +02:00
parent 9e3dc70a46
commit f3cf15e2c2
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.14.1-beta2
image: openvidu/openvidu-server:2.14.1-beta3
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']