[Solved] DOCKER +JDownloader2 download path

  • Hello, (libreelec 8.0.2)

    I'm using DOCKER with JDownloader2 container a I want set download directory on my flash disk, system mounted flash disk as var/media/KINGSTON

    Used JD CONTAINER from:

    Code
    https://github.com/jaymoulin/docker-jdownloaderhttps://github.com/jaymoulin/docker-jdownloader

    So I edit install scrip from : -v ~/Downloads:/root/Downloads on -v ~/var/media/KINGSTON :/root/Downloads

    Everything works fine and I could stored my downloads on flash disk, but after I reset system, JDownloader can download files but flash disk Is empty and JD2 saying all is 100% downloaded. After re-install, I can download on flash again till new reset. Is there anything what can help me?