1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-12 11:14:57 +02:00
dockerfiles/collectd/docker-compose.yml

8 lines
117 B
YAML
Raw Normal View History

2015-06-24 12:48:29 +02:00
collectd:
image: vimagick/collectd
volumes:
2017-03-23 10:49:18 +02:00
- ./data:/etc/collectd
2015-06-24 13:51:35 +02:00
pid: host
2015-06-24 16:43:17 +02:00
net: host
2015-06-24 12:48:29 +02:00
restart: always