2025-01-31, 05:48 PM
You need to provide separate folders on the host for /config and /cache. I'm pretty sure that, as currently configured, the cache cleanup job that runs once a day is blowing a lot of things away since /config and /cache are, essentially, intermingled.
Like this.
Code:
volumes:
- /jellyfin/config:/config
- /jellyfin/cache:/cache
Like this.