Proxmox-Setup-Script + Flask auf 0.0.0.0 fuer Container

This commit is contained in:
Erik Thiele
2026-07-01 19:29:44 +02:00
parent 73631b415d
commit 6b3b373a24
2 changed files with 115 additions and 1 deletions

2
app.py
View File

@@ -234,4 +234,4 @@ def export():
if __name__ == '__main__':
app.run(debug=True)
app.run(host='0.0.0.0', debug=True)