I've an application running fine inside the docker container :
* Running on http://127.0.0.1:5000
but this url: http://127.0.0.1:5000 is not accessible from the browser in my local machine.
I tried to change the ports in my docker run
command, but no luck...