* Serving Flask app 'application.py' (lazy loading)
* Environment: production
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
* Debug mode: off
* Running on all addresses.
WARNING: This is a development server. Do not use it in a production deployment.
* Running on http://192.168.86.147:5000/ (Press CTRL+C to quit)
Я не могу запустить Flask на хосте 0.0.0.0. Когда я запускаю его с 0.0.0.0, вместо этого отображается мой локальный IP-адрес. [code] * Serving Flask app 'application.py' (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off * Running on all addresses. WARNING: This is a development server. Do not use it in a production deployment. * Running on http://192.168.86.147:5000/ (Press CTRL+C to quit) [/code] Спасибо