1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-22 05:09:09 +02:00
dockerfiles/collectd/docker-compose.yml

8 lines
121 B
YAML
Raw Normal View History

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