1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
dockerfiles/netdata/docker-compose.yml

15 lines
284 B
YAML
Raw Normal View History

2016-06-21 01:23:08 +00:00
netdata:
2018-11-09 02:53:44 +00:00
image: netdata/netdata
hostname: easypi.pro
ports:
- 19999:19999
cap_add:
- SYS_PTRACE
security_opt:
- apparmor:unconfined
2017-05-21 22:50:13 +00:00
volumes:
2018-11-09 02:53:44 +00:00
- /proc:/host/proc:ro
- /sys:/host/sys:ro
2017-05-21 22:50:13 +00:00
- /var/run/docker.sock:/var/run/docker.sock:ro
2016-06-21 01:23:08 +00:00
restart: always