8 hours ago
(This post was last modified: 8 hours ago by Efficient_Good_5784.)
Try running the following:
I think it has to do with you enclosing the entire lines with "".
Code:
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
I think it has to do with you enclosing the entire lines with "".