Skip to content

Commit

Permalink
deploy: mount debugfs for node-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed May 1, 2024
1 parent 853f720 commit 0711697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
pid: "host"
volumes:
- /sys/kernel/tracing:/sys/kernel/tracing
- /sys/kernel/debug:/sys/kernel/debug
- /sys/fs/cgroup:/host/sys/fs/cgroup
command:
- '--collector-endpoint=http://coroot:8080'
Expand Down

0 comments on commit 0711697

Please sign in to comment.