Browse Source

fix: categraf panic when use docker compose

tags/v5.10.3
ning 3 years ago
parent
commit
bbb35d36be
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      docker/categraf/conf/config.toml

+ 6
- 0
docker/categraf/conf/config.toml 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"

Loading…
Cancel
Save