mirror of https://github.com/OpenVidu/openvidu.git
openvidu docker file updated
parent
de4af3ccd9
commit
b7a36700f9
|
@ -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:-}
|
||||
|
|
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue