Jackett Docker does not save configuration on exit

When I shutdown Jackett, none of the UI configurations are saved.

Docker pull 2021-02-07.

Application started. Press Ctrl+C to shut down.
^C[cont-finish.d] executing container finish scripts…
[cont-finish.d] done.
[s6-finish] waiting for services.
s6-svwait: fatal: timed out
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.

Jackett Version v0.17.464

Information on how you’ve deployed the container + commands used, Also host information please.

This my first time using Jackett via Docker, so I’m not sure what/how to provide the information.

I believe these are all my steps:

sudo systemctl unmask docker
systemctl start docker
sudo docker pull linuxserver/jackett
sudo docker run -it --network host linuxserver/jackett

Ok, so that’s not working because you aren’t saving the config files outside of the container. See our documentation for jackett for the persistant volumes you need to setup.
https://docs.linuxserver.io/images/docker-jackett