fix: categraf panic when use docker compose
This commit is contained in:
parent
fd3e51cbb1
commit
bbb35d36be
|
@ -43,3 +43,9 @@ basic_auth_pass = ""
|
||||||
timeout = 5000
|
timeout = 5000
|
||||||
dial_timeout = 2500
|
dial_timeout = 2500
|
||||||
max_idle_conns_per_host = 100
|
max_idle_conns_per_host = 100
|
||||||
|
|
||||||
|
[http]
|
||||||
|
enable = false
|
||||||
|
address = ":9100"
|
||||||
|
print_access = false
|
||||||
|
run_mode = "release"
|
Loading…
Reference in New Issue