2024-02-14, 07:02 PM
(This post was last modified: 2024-02-14, 07:10 PM by Efficient_Good_5784. Edited 2 times in total.)
My bet is that it's the user you're running it under.
Just in case (since you state you have the correct UID + GID), your provided example has "--user 1026:100" which is the same one as in the guide. You probably copied this over from that and probably isn't linked to any user in your actual server.
You can try:
Edit:
Looking at the picture of your container's volume settings, you linked the folder wrong.
You have it linked to the directory "/Media".
Turn off the container, then edit the path to be "/volume2/Media/".
Can you post the actual docker run command that you used?
Just in case (since you state you have the correct UID + GID), your provided example has "--user 1026:100" which is the same one as in the guide. You probably copied this over from that and probably isn't linked to any user in your actual server.
You can try:
- Changing the UID+GID to the correct user on your NAS
- Change the UID+GID to root (to see if this is the issue)
- Remove the "--user #:#" line to have Jellyfin run as root anyway
Edit:
Looking at the picture of your container's volume settings, you linked the folder wrong.
You have it linked to the directory "/Media".
Turn off the container, then edit the path to be "/volume2/Media/".
Can you post the actual docker run command that you used?