From faed5e60a7e42e29b23b3180438ca09928d9a79d Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Fri, 25 Mar 2022 11:02:32 +0700 Subject: [PATCH] Fix config path (#321) Reference https://github.com/jaymoulin/docker-jdownloader --- template/apps/jdownloader.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/apps/jdownloader.json b/template/apps/jdownloader.json index 5d3f3b2..69a5fd8 100644 --- a/template/apps/jdownloader.json +++ b/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",