Skip to content

EndPointCorp/coturn-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Dockerized coturn TURN/STUN server

Docker container running the coturn STUN/TURN server -> https://github.com/coturn/coturn

Build and run the docker container

docker build . -t coturn
docker run -d --net=host -p 3478:3478 -p 3478:3478/udp coturn

Note: Update the run.sh file to have the correct credentials

About

Dockerized coturn TURN/STUN server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published