From e9e529cbc7effe20605504827e0feb3ba7bc2996 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Thu, 21 Mar 2019 10:27:00 +0100 Subject: [PATCH] Fix gitlab-ci docker ips --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f6065b64..d6be4aa3 100644 --- a/main.go +++ b/main.go @@ -61,7 +61,7 @@ func main() { }) }() - go prometheus.HandleHttp("localhost:8080", super.ChErr) + go prometheus.HandleHttp("0.0.0.0:8080", super.ChErr) for { select {