Yesterday, 04:18 PM
(This post was last modified: Yesterday, 04:29 PM by PepeTech. Edited 3 times in total.)
Update to my current issue.
my WD PR2100 is networked and I can see and reach it on my main computer for its file shares no issue. WHen trying to run docker and configure the jellyfin and create the compose fil this is the command im trying to run. Note Data-ocean is the name of my PR2100 and the name of the folders that im trying to map are labeled as Archives Vol.1 Archives Vol. 2 and Archives Vol. 3 I feel like I should also mention that this device is on the network and not directly connected to my PC.
"docker run -d \"
"--name jellyfin \"
"-p 8096:8096 \"
"-v /data-ocean/jellyfin/config
config \"
"-v /data-ocean/jellyfin/cache
cache \"
"-v /data-ocean/archives vol. 1
archives vol. 1 \"
"-v /data-ocean/archives vol. 2
archives vol. 2 \"
"-v /data-ocean/archives vol. 3
archives vol. 3 \"
"jellyfin/jellyfin"
What i get is docker: invalid reference format
the slant faces are Colon and forward slash
my WD PR2100 is networked and I can see and reach it on my main computer for its file shares no issue. WHen trying to run docker and configure the jellyfin and create the compose fil this is the command im trying to run. Note Data-ocean is the name of my PR2100 and the name of the folders that im trying to map are labeled as Archives Vol.1 Archives Vol. 2 and Archives Vol. 3 I feel like I should also mention that this device is on the network and not directly connected to my PC.
"docker run -d \"
"--name jellyfin \"
"-p 8096:8096 \"
"-v /data-ocean/jellyfin/config

"-v /data-ocean/jellyfin/cache

"-v /data-ocean/archives vol. 1

"-v /data-ocean/archives vol. 2

"-v /data-ocean/archives vol. 3

"jellyfin/jellyfin"
What i get is docker: invalid reference format
the slant faces are Colon and forward slash