update flask monitor port

This commit is contained in:
Jonathan Math 2020-10-25 13:43:15 +07:00
parent c2185c22c7
commit b152347359

View file

@ -136,4 +136,4 @@ def db_check_elasticsearch():
abort(404)
if __name__ == "__main__":
app.run(host="0.0.0.0")
app.run(host="0.0.0.0", port=5579)