diff options
Diffstat (limited to 'docker/influxdb/Dockerfile')
-rw-r--r-- | docker/influxdb/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/influxdb/Dockerfile b/docker/influxdb/Dockerfile new file mode 100644 index 00000000..83d6ad55 --- /dev/null +++ b/docker/influxdb/Dockerfile @@ -0,0 +1,5 @@ +FROM influxdb:1.3.7 + +RUN wget https://raw.githubusercontent.com/collectd/collectd/collectd-5.8/src/types.db -O /types.db +COPY ./influxdb.conf /etc/influxdb/influxdb.conf + |