mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
Fix gitlab-ci docker ips
This commit is contained in:
parent
02b3b38515
commit
e9e529cbc7
1 changed files with 1 additions and 1 deletions
2
main.go
2
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue