bprodoehl / docker-turnserver

A Docker container with the coturn STUN and TURN server
112 stars 43 forks source link

Do not use --net=host in the docker command #5

Open huikang opened 7 years ago

huikang commented 7 years ago

If --net=host is set, there is no need to expose the ports "-p..." because the container runs in the host's network stack and all ports are exposed.

Have you tried run without "--net=host"?