Pārlūkot izejas kodu

Volume bind fix (#440)

* Update QuakeJs.json

* Update filezilla.json

* Update pwndrop.json

* Update Firefox.json
Dedy Martadinata S 2 gadi atpakaļ
vecāks
revīzija
8c1c1cc945

+ 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"
 		}
 
 	],