make it ready for containers...

This commit is contained in:
2022-12-27 13:58:23 +01:00
parent 8bf76a4a6c
commit fb55a302f9
+1 -1
View File
@@ -102,6 +102,6 @@ func main() {
http.HandleFunc("/checknodes", checkNodesHandler)
logit("Starting Web Application...")
http.ListenAndServe("127.0.0.1:4000", nil)
http.ListenAndServe(":4000", nil)
logit("Terminating Web Application...")
}