PlusMinus0 / headless-jd2-docker

Headless JDownloader 2 Docker Container
31 stars 38 forks source link

Extensions not persistent #13

Closed bambuleee closed 6 years ago

bambuleee commented 6 years ago

I installed the extension "folderwatch". After pulling a new image version and starting a new container (config path is the same), I have to reinstall folder watch. Accounts etc are saved correctly.

PlusMinus0 commented 6 years ago

Try -v /config/jd2:/opt/JDownloader \ instead of -v /config/jd2:/opt/JDownloader/cfg \. This should keep the whole folder persistent.