Browse Source

Update portainer-v2.json

- changed InfluxDB volumes
BenSeventy9 3 years ago
parent
commit
31816a44cf
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pi-hosted_template/template/portainer-v2.json

+ 5 - 1
pi-hosted_template/template/portainer-v2.json

@@ -403,7 +403,11 @@
 			"type": 1,
 			"type": 1,
 			"volumes": [
 			"volumes": [
 				{
 				{
-					"bind": "/portainer/Files/AppData/Config/Influxdb",
+					"bind": "/portainer/Files/AppData/Config/Influxdb/data",
+					"container": "/var/lib/influxdb"
+				},
+				{
+					"bind": "/portainer/Files/AppData/Config/Influxdb/config",
 					"container": "/var/lib/influxdb"
 					"container": "/var/lib/influxdb"
 				}
 				}
 			]
 			]