mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 13:23:02 +01:00
update
This commit is contained in:
@@ -9,5 +9,6 @@ RUN apk add -U collectd collectd-dev \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
COPY ./collectd /etc/collectd
|
||||
VOLUME /etc/collectd
|
||||
|
||||
CMD ["collectd", "-f"]
|
||||
|
||||
@@ -55,5 +55,6 @@ collectd:
|
||||
volumes:
|
||||
- ./collectd:/etc/collectd
|
||||
pid: host
|
||||
net: host
|
||||
restart: always
|
||||
```
|
||||
|
||||
@@ -3,4 +3,5 @@ collectd:
|
||||
volumes:
|
||||
- ./collectd:/etc/collectd
|
||||
pid: host
|
||||
net: host
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user