nextcloud-spreed-signaling/docker/coturn/Dockerfile

6 lines
215 B
Docker

FROM alpine:3.13
RUN apk add --no-cache coturn
CMD ["/bin/sh", "-c", "turnserver --prod --fingerprint --use-auth-secret --static-auth-secret=$STATIC_SECRET --realm=$REALM --no-multicast-peers --no-tls --no-dtls"]