openvidu docker file updated

pull/437/head
OscarSotoSanchez 2020-04-17 16:16:16 +02:00
parent de4af3ccd9
commit b7a36700f9
2 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,6 @@ services:
volumes:
- /core:/core
environment:
- KMS_EXTERNAL_ADDRESS=auto
- KMS_MIN_PORT=40000
- KMS_MAX_PORT=57000
- GST_DEBUG=${KMS_DEBUG_LEVEL:-}

View File

@ -3,6 +3,8 @@ MAINTAINER openvidu@gmail.com
# Install Java, supervisor and netstat
RUN apt-get update && apt-get install -y \
curl \
wget \
openjdk-8-jre \
coturn \
&& rm -rf /var/lib/apt/lists/*