Add volume bindings to netdata
This commit is contained in:
parent
159187b563
commit
aac50d30b0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue