11 hours ago
(This post was last modified: 11 hours ago by superfast200. Edited 1 time in total.)
Complete noob, first time setting JF up.
Used this guide and got to step 10 - when I get to step 10 (Now open your browser and type in http://Synology-ip-address:8096) and try to actually connect I get "Hmm. We’re having trouble finding that site.
We can’t connect to the server at synology-ip-address."
Not sure what I'm doing wrong as it seems pretty straightforward.
Setting up on Synology NAS with Container Manager 24.0.2-1535
User Defined Script:
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/config:/config \
-v /volume1/docker/jellyfin/cache:/cache \
-v /volume1/video/movies:/media \
--user 1026:100 \
--net=host \
--restart always \
jellyfin/jellyfin
I'm getting this error :
docker: invalid reference format.
See 'docker run --help'.
/bi/bash: line 4: --user: command not found
Not sure what I'm doing wrong...
Used this guide and got to step 10 - when I get to step 10 (Now open your browser and type in http://Synology-ip-address:8096) and try to actually connect I get "Hmm. We’re having trouble finding that site.
We can’t connect to the server at synology-ip-address."
Not sure what I'm doing wrong as it seems pretty straightforward.
Setting up on Synology NAS with Container Manager 24.0.2-1535
User Defined Script:
docker run -d --name=jellyfin \
-v /volume1/docker/jellyfin/config:/config \
-v /volume1/docker/jellyfin/cache:/cache \
-v /volume1/video/movies:/media \
--user 1026:100 \
--net=host \
--restart always \
jellyfin/jellyfin
I'm getting this error :
docker: invalid reference format.
See 'docker run --help'.
/bi/bash: line 4: --user: command not found
Not sure what I'm doing wrong...