Browse Source

Fix config path (#321)

Reference https://github.com/jaymoulin/docker-jdownloader
Dedy Martadinata S 3 years ago
parent
commit
faed5e60a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      template/apps/jdownloader.json

+ 1 - 1
template/apps/jdownloader.json

@@ -37,7 +37,7 @@
 	"volumes": [
 		{
 			"bind": "/portainer/Files/AppData/Config/JDownloader",
-			"container": "/opt/JDownloader/cfg"
+			"container": "/opt/JDownloader/app/cfg"
 		},
 		{
 			"bind": "/portainer/Downloads",