2024-08-18, 07:52 PM
Getting "The path could not be found. Please ensure the path is valid and try again." when trying to set up a directory with my media directory (/srv/media). This is what I am running to start the jellyfin container:
docker run -d -e PUID=1000 -e PGID=1000 -v /srv/jellyfin/configconfig -v /srv/jellyfin/cachecache -v /srv/mediamedia --net=host jellyfin/jellyfin:latest
I tired to "chmod 777" on the "/srv/media" directory as well as "chown -R 1000:1000"
ls -l
drwxrwxrwx 2 MYUSER MYUSER 4096 Aug 18 14:45 media
I am new to docker and containerization. Not sure what I am missing here, any direction appreciated. Thanks!
docker run -d -e PUID=1000 -e PGID=1000 -v /srv/jellyfin/configconfig -v /srv/jellyfin/cachecache -v /srv/mediamedia --net=host jellyfin/jellyfin:latest
I tired to "chmod 777" on the "/srv/media" directory as well as "chown -R 1000:1000"
ls -l
drwxrwxrwx 2 MYUSER MYUSER 4096 Aug 18 14:45 media
I am new to docker and containerization. Not sure what I am missing here, any direction appreciated. Thanks!