2025-01-21, 08:25 PM
(2025-01-21, 08:15 PM)TheDreadPirate Wrote: I don't think it matters what you call the file on the host side. I kept the files names the same for simplicity.
I see the problem. You put web-config.json within a folder you've already added to the container. You are trying to, essentially, map the file twice.
It needs to be in a separate folder. Not nested within an existing folder.
/home/username/Docker/Jellyfin/web/ or something like that.
Oh, I thought the left side of the path line was host and right was Docker?
And oh, ok, I will try that real quick. I tried to keep it in Config so that if I ever need to migrate/backup JF, everything is either in /cache or /config folders.