2025-01-21, 08:15 PM
(This post was last modified: 2025-01-21, 08:15 PM by TheDreadPirate.)
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.
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.