Since I use docker containers for development via boot2docker, it is common to force application host to 0.0.0.0. Since mrq-dashboard runs just like...
run_simple('', int(os.environ.get("PORT", 5555)), app)
It is imposible to even look at dashboard for me. Yea, I can create container with proxy setup like nginx, but really, dude.
Since I use docker containers for development via boot2docker, it is common to force application host to
0.0.0.0. Since mrq-dashboard runs just like...It is imposible to even look at dashboard for me. Yea, I can create container with proxy setup like nginx, but really, dude.