Trying to make visible the docker with https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/ignatandrei/InfoValutar/master/PlayWithDocker/WebAPI.yml
leaving an issue: https://github.com/play-with-docker/play-with-docker/issues/370
Decided to add to the readme the docker . Going to Shields.io . Putting some lines for beginners with docker.
Reading more about port –binding . Figuring this is is:
ENV ASPNETCORE_URLS=http://*:8080
#ENV ASPNETCORE_URLS=http://0.0.0.0:8080
And that was all !
Leave a Reply