microsoft / iis-docker

Dockerfile for IIS
https://hub.docker.com/r/microsoft/iis/
MIT License
288 stars 128 forks source link

"verify in the browser" wrong instructions #179

Closed MassimilianoCuccia closed 5 months ago

MassimilianoCuccia commented 3 years ago

to verify in the browser open the url htp://YOURIP:8000 or whatever port you used

the ip returned by docker inspect -f "{{ .NetworkSettings.Networks.nat.IPAddress }}" my-running-site doesn't work

Please correct the guide

John-Hart commented 3 years ago

thanks @MassimilianoCuccia, we'll look into fixing this