From 180827468fda352dbf01a9c3302a83ff2de752bf Mon Sep 17 00:00:00 2001 From: BenSeventy9 <52075695+BenSeventy9@users.noreply.github.com> Date: Sat, 16 Oct 2021 18:57:58 +0200 Subject: [PATCH] Update portainer-v2.json --- pi-hosted_template/template/portainer-v2.json | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/pi-hosted_template/template/portainer-v2.json b/pi-hosted_template/template/portainer-v2.json index 836e41b..8c29a3c 100644 --- a/pi-hosted_template/template/portainer-v2.json +++ b/pi-hosted_template/template/portainer-v2.json @@ -384,6 +384,31 @@ ] }, + { + "categories": [ + "Other", + "Tools" + ], + "description": "InfluxDB is an open source time series database for recording metrics, events, and analytics.", + "image": "influxdb:1.8.10", + "logo": "https://raw.githubusercontent.com/docker-library/docs/43d87118415bb75d7bb107683e79cd6d69186f67/influxdb/logo.png", + "name": "influxdb1810", + "platform": "linux", + "ports": [ + "8086:8086/tcp" + ], + "restart_policy": "unless-stopped", + "hostname": "rpi-influxdb1810", + "title": "Influxdb 1.8.10", + "type": 1, + "volumes": [ + { + "bind": "/portainer/Files/AppData/Config/Influxdb", + "container": "/var/lib/influxdb" + } + ] + }, + { "categories": [ "Downloaders", @@ -2562,7 +2587,7 @@ "53:53/udp", "67:67/udp", "1010:80/tcp", - "4443:443/tcp" + "443:443/tcp" ], "restart_policy": "unless-stopped", "title": "Pi-Hole",