浏览代码

Fixed volume bindings (#96)

Changed these to use the same path as every other templates
Cretzen 2 年之前
父节点
当前提交
3c3f8d1698
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      template/apps/archisteamfarm.json

+ 3 - 3
template/apps/archisteamfarm.json

@@ -28,15 +28,15 @@
 	"type": 1,
 	"volumes": [
 		{
-			"bind": "/portainer/Files/AppData/ArchiSteamFarm/config",
+			"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/config",
 			"container": "/app/config"
 		},
 		{
-			"bind": "/portainer/Files/AppData/ArchiSteamFarm/plugins",
+			"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/plugins",
 			"container": "/app/plugins"
 		},
 		{
-			"bind": "/portainer/Files/AppData/ArchiSteamFarm/logs",
+			"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/logs",
 			"container": "/app/logs"
 		}
 	],