浏览代码

bitwarden: change /config to /data

Ryan Fortner 3 年之前
父节点
当前提交
ab480befe6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pi-hosted_template/template/portainer-v2.json

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

@@ -4039,7 +4039,7 @@
 			"volumes": [
 				{
 					"bind": "/portainer/Files/AppData/Config/Bitwarden",
-					"container": "/config"
+					"container": "/data"
 				}
 			]
 		}