Expose container ports on localhost not working

Tried to debug a little more and worked in a different port:

docker run -d -p 8080:80 --name webserver nginx

IIS Express service was using port 80. My bad :slight_smile: