1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-07-03 00:33:55 +00:00
dockerfiles/collectd/docker-compose.yml

8 lines
121 B
YAML
Raw Normal View History

2015-06-24 10:48:29 +00:00
collectd:
image: vimagick/collectd
volumes:
2015-06-24 11:23:22 +00:00
- ./collectd:/etc/collectd
2015-06-24 11:51:35 +00:00
pid: host
2015-06-24 14:43:17 +00:00
net: host
2015-06-24 10:48:29 +00:00
restart: always