2023-07-13, 08:26 AM
(This post was last modified: 2023-07-13, 08:26 AM by Daniel_King. Edited 1 time in total.)
I have to admit, I was checking different commands on the internet to set the permissions for the Jellyfin user right, but this was more like trial and error.
So if you could tell him how to check the user, the permissions, and how to set them, this would be perfect.
How can I check the Docker config to see how the container was created?
I guess I did it like this:
But in the end, my two media library folders should direct to:
/mnt (for my mounted shared Windows folder, CIFS)
/media (for my locally added files on Linux)
So if you could tell him how to check the user, the permissions, and how to set them, this would be perfect.
How can I check the Docker config to see how the container was created?
I guess I did it like this:
Code:
docker run -d \
--name jellyfin \
--net=host \
--volume jellyfin-config:/config \
--volume jellyfin-cache:/cache \
--mount type=bind,source=/home/user/jellyfin,target=/media \
--restart=unless-stopped \
jellyfin/jellyfin
But in the end, my two media library folders should direct to:
/mnt (for my mounted shared Windows folder, CIFS)
/media (for my locally added files on Linux)