Add volume bindings to netdata

This commit is contained in:
Jean Froment 2020-12-06 18:46:10 +01:00
parent 159187b563
commit aac50d30b0
1 changed files with 3 additions and 0 deletions

View File

@ -263,6 +263,9 @@ services:
volumes:
- /proc:/host/proc:ro
- /sys:/host/sys:ro
- /etc/passwd:/host/etc/passwd:ro
- /etc/group:/host/etc/group:ro
- /etc/os-release:/host/etc/os-release:ro
- /var/run/docker.sock:/var/run/docker.sock:rw
labels:
- "traefik.enable=true"