浏览代码

Merge pull request #24 from ryanfortner/patch-3

bitwarden: change /config to /data
don 3 年之前
父节点
当前提交
683b2e8b25
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pi-hosted_template/template/portainer-v2.json

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

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