Listen on all interfaces
continuous-integration/drone Build was killed Details

This commit is contained in:
Lauri Võsandi 2022-02-13 13:18:00 +02:00 committed by Lauri Võsandi
parent f52be8f7c5
commit d2f37ec192
1 changed files with 1 additions and 1 deletions

View File

@ -243,6 +243,6 @@ async def setup_db(app, loop):
monitor(app).expose_endpoint()
try:
app.run(port=5000)
app.run(host="0.0.0.0", port=5000)
except KeyboardInterrupt:
asyncio.get_event_loop().close()