2023-10-17, 08:56 PM
in docker you should have a path mapped from the host to the container
/path/in/host -> /config
when you setup the docker you should have given it a PUID and GUID
the path on the host, from the host side - chown -R PUID:GUID /path/in/host (replace the text with the actual numbers)
outside of that, everything should be fine in the docker if you followed (at least loosely) the directions from https://hub.docker.com/r/linuxserver/jellyfin
/path/in/host -> /config
when you setup the docker you should have given it a PUID and GUID
the path on the host, from the host side - chown -R PUID:GUID /path/in/host (replace the text with the actual numbers)
outside of that, everything should be fine in the docker if you followed (at least loosely) the directions from https://hub.docker.com/r/linuxserver/jellyfin