Initial commit.
This commit is contained in:
commit
68f2af8a03
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
FROM debian:buster
|
||||||
|
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
ENV TZ Europe/Paris
|
||||||
|
RUN apt-get update && apt-get -y install coturn
|
||||||
|
ENTRYPOINT ["/usr/bin/turnserver", "--log-file stdout", "-n", "--prod"]
|
Loading…
Reference in New Issue
Block a user