Parcourir la source

Fix config path (#321)

Reference https://github.com/jaymoulin/docker-jdownloader
Dedy Martadinata S il y a 3 ans
Parent
commit
faed5e60a7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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",