Ticket #740, listen on all hosts
parent
1201a8b0f2
commit
7df6b0bd31
|
@ -228,6 +228,6 @@ def health_check():
|
|||
|
||||
# Run the Flask app
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
app.run(debug=True, host='0.0.0.0')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue