1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/collectd/docker-compose.yml
2017-03-23 16:49:18 +08:00

8 lines
117 B
YAML

collectd:
image: vimagick/collectd
volumes:
- ./data:/etc/collectd
pid: host
net: host
restart: always