浏览代码

Volume bind fix (#440)

* Update QuakeJs.json

* Update filezilla.json

* Update pwndrop.json

* Update Firefox.json
Dedy Martadinata S 2 年之前
父节点
当前提交
8c1c1cc945
共有 4 个文件被更改,包括 3 次插入9 次删除
  1. 1 1
      template/apps/Firefox.json
  2. 0 6
      template/apps/QuakeJs.json
  3. 1 1
      template/apps/filezilla.json
  4. 1 1
      template/apps/pwndrop.json

+ 1 - 1
template/apps/Firefox.json

@@ -30,7 +30,7 @@
 	"volumes": [
 		{
 			"bind": "/portainer/Files/AppData/Config/firefox",
-			"container": "/app/public/conf.yml"
+			"container": "/config"
 		}
 	],
 	"webpage": "https://hub.docker.com/r/linuxserver/firefox"

+ 0 - 6
template/apps/QuakeJs.json

@@ -30,11 +30,5 @@
 	"restart_policy": "unless-stopped",
 	"title": "QuakeJs",
 	"type": 1,
-	"volumes": [
-		{
-			"bind": "/portainer/Files/AppData/Config/QuakeJs",
-			"container": "/app/public/conf.yml"
-		}
-	],
 	"webpage": "https://registry.hub.docker.com/r/chrisscottthomas/quakejs/"
 }

+ 1 - 1
template/apps/filezilla.json

@@ -38,7 +38,7 @@
 	"volumes": [
 		{
 			"bind": "/portainer/Files/AppData/Config/filezilla",
-			"container": "/app/public/conf.yml"
+			"container": "/config"
 		}
 
 	],

+ 1 - 1
template/apps/pwndrop.json

@@ -42,7 +42,7 @@
 	"volumes": [
 		{
 			"bind": "/portainer/Files/AppData/Config/pwndrop",
-			"container": "/app/public/conf.yml"
+			"container": "/config"
 		}
 
 	],