Skip to content

Commit 5002815

Browse files
listen on 0.0.0.0
1 parent 67b3444 commit 5002815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,4 +869,4 @@ def metrics():
869869

870870

871871
if __name__ == '__main__':
872-
app.run(debug=False, port=10000)
872+
app.run(debug=False, host='0.0.0.0', port=10000)

0 commit comments

Comments
 (0)