We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d8d0c commit 15031efCopy full SHA for 15031ef
backend/app.py
@@ -869,4 +869,4 @@ def metrics():
869
870
871
if __name__ == '__main__':
872
- app.run(debug=False, port=10000)
+ app.run(debug=False, host='0.0.0.0', port=10000)
0 commit comments