fix: categraf panic when use docker compose

This commit is contained in:
ning 2022-08-09 10:44:18 +08:00
parent fd3e51cbb1
commit bbb35d36be
1 changed files with 6 additions and 0 deletions

View File

@ -43,3 +43,9 @@ basic_auth_pass = ""
timeout = 5000
dial_timeout = 2500
max_idle_conns_per_host = 100
[http]
enable = false
address = ":9100"
print_access = false
run_mode = "release"