mirror of
https://github.com/pion/stun.git
synced 2025-12-24 11:51:03 +08:00
11 lines
221 B
Docker
11 lines
221 B
Docker
# SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
FROM ubuntu:latest
|
|
|
|
RUN apt-get update
|
|
RUN apt-get install -y coturn
|
|
|
|
USER turnserver
|
|
|
|
ENTRYPOINT ["/usr/bin/turnserver"] |