docker-turnserver icon indicating copy to clipboard operation
docker-turnserver copied to clipboard

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

Open huikang opened this issue 7 years ago • 0 comments

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"?

huikang avatar May 17 '17 19:05 huikang