1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-24 07:48:38 +00:00
dockerfiles/collectd/docker-compose.yml
2015-06-24 22:43:17 +08:00

8 lines
121 B
YAML

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