Ticket #740, listen on all hosts

ticket-769
Vadim vtroshchinskiy 2024-09-16 17:54:19 +02:00
parent 1201a8b0f2
commit 7df6b0bd31
1 changed files with 1 additions and 1 deletions

View File

@ -228,6 +228,6 @@ def health_check():
# Run the Flask app # Run the Flask app
if __name__ == '__main__': if __name__ == '__main__':
app.run(debug=True) app.run(debug=True, host='0.0.0.0')