openvidu-server:2.14.1-beta1 in docker-compose

pull/473/head
OscarSotoSanchez 2020-05-13 16:55:26 +02:00
parent c87559626e
commit f870cbdfa9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ version: '3.1'
services: services:
openvidu-server: openvidu-server:
image: openvidu/openvidu-server:2.14.0 image: openvidu/openvidu-server:2.14.1-beta1
restart: on-failure restart: on-failure
network_mode: host network_mode: host
entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh'] entrypoint: ['/bin/bash', '-c', 'export COTURN_IP=`/usr/local/bin/discover_my_public_ip.sh`; /usr/local/bin/entrypoint.sh']