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
117 B
YAML
Raw Normal View History

2015-06-24 18:48:29 +08:00
collectd:
image: vimagick/collectd
volumes:
2017-03-23 16:49:18 +08:00
- ./data:/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