mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-23 01:39:27 +02:00
8 lines
141 B
YAML
8 lines
141 B
YAML
|
netdata:
|
||
|
image: easypi/netdata-arm
|
||
|
volumes:
|
||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||
|
net: host
|
||
|
pid: host
|
||
|
restart: always
|