make it ready for containers...
This commit is contained in:
@@ -102,6 +102,6 @@ func main() {
|
|||||||
http.HandleFunc("/checknodes", checkNodesHandler)
|
http.HandleFunc("/checknodes", checkNodesHandler)
|
||||||
|
|
||||||
logit("Starting Web Application...")
|
logit("Starting Web Application...")
|
||||||
http.ListenAndServe("127.0.0.1:4000", nil)
|
http.ListenAndServe(":4000", nil)
|
||||||
logit("Terminating Web Application...")
|
logit("Terminating Web Application...")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user