浏览代码

Update portainer-v2.json

- changed InfluxDB volumes
BenSeventy9 3 年之前
父节点
当前提交
31816a44cf
共有 1 个文件被更改,包括 5 次插入1 次删除
  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,
 			"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"
 				}
 			]