1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/netdata/arm/docker-compose.yml

8 lines
141 B
YAML
Raw Normal View History

2017-05-22 00:50:13 +02:00
netdata:
image: easypi/netdata-arm
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
net: host
pid: host
restart: always