1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-29 18:21:24 +00:00
dockerfiles/netdata/arm/docker-compose.yml
2017-05-22 06:50:13 +08:00

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