openvidu docker file updated
This commit is contained in:
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…
x
Reference in New Issue
Block a user