liuyin
Results
1
issues of
liuyin
### docker-compsoe.yml ``` services: node-agent: restart: always image: ghcr.io/coroot/coroot-node-agent:1.27.0 # pull_policy: always privileged: true pid: "host" volumes: - /sys/kernel/tracing:/sys/kernel/tracing - /sys/kernel/debug:/sys/kernel/debug - /sys/fs/cgroup:/host/sys/fs/cgroup - ./data:/data command: - '--collector-endpoint=http://192.168.0.10:8080' - '--cgroupfs-root=/host/sys/fs/cgroup'...