瀏覽代碼

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,
 	"type": 1,
 	"volumes": [
 	"volumes": [
 		{
 		{
-			"bind": "/portainer/Files/AppData/ArchiSteamFarm/config",
+			"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/config",
 			"container": "/app/config"
 			"container": "/app/config"
 		},
 		},
 		{
 		{
-			"bind": "/portainer/Files/AppData/ArchiSteamFarm/plugins",
+			"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/plugins",
 			"container": "/app/plugins"
 			"container": "/app/plugins"
 		},
 		},
 		{
 		{
-			"bind": "/portainer/Files/AppData/ArchiSteamFarm/logs",
+			"bind": "/portainer/Files/AppData/Config/ArchiSteamFarm/logs",
 			"container": "/app/logs"
 			"container": "/app/logs"
 		}
 		}
 	],
 	],