nextcloud-spreed-signaling/docker/coturn/Dockerfile
kleener b7121b2156
Update Dockerfile coturn
Update
- alpine 3.13 -> 3.14
2021-11-24 12:54:41 +01:00

6 lines
215 B
Docker

FROM alpine:3.14
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"]