Ver Fonte

Update portainer-v2.json

- changed InfluxDB volumes
BenSeventy9 há 3 anos atrás
pai
commit
31816a44cf
1 ficheiros alterados com 5 adições e 1 exclusões
  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"
 				}
 			]