Fix gitlab-ci docker ips

This commit is contained in:
Noah Hilverling 2019-03-21 10:27:00 +01:00
parent 02b3b38515
commit e9e529cbc7

View file

@ -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 {