mirror of
https://github.com/netdata/netdata.git
synced 2025-04-16 10:31:07 +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:
|
security_opt:
|
||||||
- apparmor:unconfined
|
- apparmor:unconfined
|
||||||
volumes:
|
volumes:
|
||||||
- ./netdataconfig/netdata:/etc/netdata:ro
|
- ./netdataconfig/netdata:/etc/netdata
|
||||||
- netdatalib:/var/lib/netdata
|
- netdatalib:/var/lib/netdata
|
||||||
- netdatacache:/var/cache/netdata
|
- netdatacache:/var/cache/netdata
|
||||||
- /etc/passwd:/host/etc/passwd:ro
|
- /etc/passwd:/host/etc/passwd:ro
|
||||||
|
|
Loading…
Add table
Reference in a new issue