Expose API on all network interfaces

This commit is contained in:
Jonas
2025-09-21 20:39:52 +02:00
parent aafcdd544e
commit 697ce451de
2 changed files with 13 additions and 1 deletions

View File

@@ -26,4 +26,5 @@ def create_pic():
if __name__ == "__main__":
app.run()
# Bind to all interfaces so the API is reachable outside the container/host.
app.run(host="0.0.0.0")