Closed walle-z closed 6 years ago
@zhangguangfengz you should not specify a space between mapping ports. -p 3478:3478
is correct, -p 3478: 3478
is not.
The issue is not relevant to this Coturn Docker image, but rather to using Docker CLI. So I'm closing it. Please, use official Docker CLI guide to resolve your issue..
When I run this command "docker run -d -p 3478:3478 -v $( pwd ) /my.conf:/etc/coturn/turnserver.conf instrumentisto / coturn" I got an error :docker: Invalid containerPort: 3478:3478.