mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 22:38:55 +00:00
fix docker-compose example (#15784)
the container needs config write permission
This commit is contained in:
parent
51a3fee85c
commit
f04d9f5585
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ services:
|
|||
security_opt:
|
||||
- apparmor:unconfined
|
||||
volumes:
|
||||
- ./netdataconfig/netdata:/etc/netdata:ro
|
||||
- ./netdataconfig/netdata:/etc/netdata
|
||||
- netdatalib:/var/lib/netdata
|
||||
- netdatacache:/var/cache/netdata
|
||||
- /etc/passwd:/host/etc/passwd:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue