Dockerize

This commit is contained in:
Markus F.J. Busche
2024-02-03 12:07:26 +01:00
parent 666e9d972d
commit 487931826f
4 changed files with 17 additions and 1 deletions

2
app.py
View File

@@ -49,4 +49,4 @@ def startsnmpwalk(ip, oid, expectedtext):
if __name__ == '__main__':
app.run(debug=True, host='192.168.177.48')
app.run(host="0.0.0.0", port=8684)