Jake Howard
fe5a5984c3
They're not needed for anything, and caused annoying weird issues when cycling containers
17 lines
353 B
YAML
17 lines
353 B
YAML
version: "2.3"
|
|
|
|
services:
|
|
netdata:
|
|
image: netdata/netdata:latest
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
security_opt:
|
|
- apparmor:unconfined
|
|
volumes:
|
|
- /etc/passwd:/host/etc/passwd:ro
|
|
- /etc/group:/host/etc/group:ro
|
|
- /proc:/host/proc:ro
|
|
- /sys:/host/sys:ro
|
|
restart: unless-stopped
|
|
ports:
|
|
- 19999:19999
|