linuxserver / docker-jackett

GNU General Public License v3.0
394 stars 95 forks source link

Save Jackett settings in container #25

Closed drvenabili closed 7 years ago

drvenabili commented 7 years ago

Hi, perhaps more of a question than an issue, perhaps more related to me being unfamiliar with Docker, too.

How does one retain the Jackett settings? Whenever I stop and restart the container (in my Synology), the Jackett config is gone. I can't find this information anywhere in the README nor documentation.

Thanks!

brandborg commented 7 years ago

Please don't try to save the settings inside the container. Instead mount a volume from your container to your host machines hard drive. - This can either be done by mounting a folder or by mounting a file directly. More information can be found here: https://docs.docker.com/engine/tutorials/dockervolumes/

drvenabili commented 7 years ago

I'll do that, thank you.