2024-09-05, 03:08 PM
Where are you running Docker?
Without knowing much about how you are running docker and consequently jellyfin, I would sugest "docker exec" into your jellyfin container and change the config file in question.
OR
if you want to customize your jellyfin instance in the future, copying the /config and /usr/share/jellyfin/web folders from your jellyfin container to your host, make any changes to the files, in this case the config file you mentioned, and mount the directories on your host to your jellyfin container in the docker compose file.
Example below:
Without knowing much about how you are running docker and consequently jellyfin, I would sugest "docker exec" into your jellyfin container and change the config file in question.
OR
if you want to customize your jellyfin instance in the future, copying the /config and /usr/share/jellyfin/web folders from your jellyfin container to your host, make any changes to the files, in this case the config file you mentioned, and mount the directories on your host to your jellyfin container in the docker compose file.
Example below:
Code:
volumes:
- ./<your-host-directory>/config:/config
- ./<your-host-directory>/www:/usr/share/jellyfin/web
Jellyfin 10.10.3 [LSIO Docker] | Ubuntu 24.04 LTS | i7-12700T | 16 GB RAM | 60TB Storage