docker-turnserver
docker-turnserver copied to clipboard
Do not use --net=host in the docker command
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"?