2025-02-06, 01:36 PM
That should work, but a bunch is unnecessary and there is still the issue of config and cache not being separate. The JELLYFIN_DATA_DIR variable should be /config. And the volume for Jellyfin's data should have separate volumes for config and cache. Like this.
Your volume for your media can be whatever you want on the container side.
Code:
/volume1/MediaP/jellyfin/config:/config:rw
/volume1/MediaP/jellyfin/cache:/cache:rw
Your volume for your media can be whatever you want on the container side.