Open pheu opened 4 years ago
It's no problem that it's running on 0.0.0.0, you can hit the endpoint at http://localhost:5000.
As for the error, Flask has a dependency that received a major version update somewhat recently. The easiest fix is to upgrade your version of Flask by running pip install --upgrade Flask
.
Check out this stackoverflow answer for more details and a different solution: https://stackoverflow.com/a/60137731
Is it resolved?
My problem is similar to yours:
I followed the instruction. Tried http://localhost:80/mine in postman.
System Windows 10, Docker version 2.2.0.3.
Btw. The strange thing is that it shows it's running on 0.0.0.0 instead of 127.0.0.1.