#Can't connect to Jellyfin
24 messages · Page 1 of 1 (latest)
Did you use Docker compose to set this up? If so, check if your settings.json is mounted correctly
yea ive had this running for a while i just updated to latest version last night using the same compose
the logs are showing that sonarr and radarr are connecting fine
Are all these services including Sonarr and Radarr ran using Docker compose?
ok for some reason changing my hostname from jellyfin (the docker container name) to being my 192.168.x.x hostname fixed it
not sure why the docker container name no longer works as the hostname for just jellyfin but works for the others
weird
might be a bug with latest version of seerr
Did you link them up with networks?
yea they are all on the same network
You are not supposed to use docker container name btw
You are supposed to use docker service name
nothing about my setup changed except for updating seerr
what is the service name vs container name
In the docker compose:
services:
jellyfin:
container_name: Jellyfin
...
The service name in this case would be jellyfin
oh
You can try that maybe
But if it doesn't, Linux defaults to IP as the hostname anyway
So you'd be fine
well both the container name and service name is jellyfin in this case
Interesting