This commit is contained in:
parent
07bd8fe799
commit
e863a6fd45
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ WORKDIR /root/coturn
|
|||
RUN apt-get update && apt-get dist-upgrade -y && apt-get install -y \
|
||||
build-essential="12.6" \
|
||||
pkg-config="0.29-6" \
|
||||
libssl-dev="1.1.1d-0+deb10u5" \
|
||||
libssl-dev="1.1.1d-0+deb10u6" \
|
||||
libevent-dev="2.1.8-stable-4" \
|
||||
curl="7.64.0-4+deb10u1" \
|
||||
&& PCV=$(echo "${PROMETHEUS_CLIENT_VERSION}" | cut -c 2-) \
|
||||
|
@ -45,4 +45,4 @@ EXPOSE 49152-65535 49152-65535/udp
|
|||
# Prometheus
|
||||
EXPOSE 9641
|
||||
|
||||
ENTRYPOINT ["turnserver"]
|
||||
ENTRYPOINT ["turnserver", "--pidfile", "/var/tmp/turnserver.pid"]
|
||||
|
|
Reference in a new issue