1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00
This commit is contained in:
kev 2015-06-24 19:23:22 +08:00
parent a4b3e366e7
commit 7a957fe161
2 changed files with 2 additions and 2 deletions

@ -11,6 +11,6 @@ in RRD files.
collectd:
image: vimagick/collectd
volumes:
- /proc:/proc:ro
- ./collectd:/etc/collectd
restart: always
```

@ -1,5 +1,5 @@
collectd:
image: vimagick/collectd
volumes:
- /proc:/proc:ro
- ./collectd:/etc/collectd
restart: always