-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hostname and port issues for services (Sonarr/Radarr) #301
Comments
This is a configuration issue. Not a bug. |
👋 @WoosterInitiative, we use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with Overseerr. |
Wait, what? So I can't communicate to another docker container by name? And I have to expose the ports? That's at least a "limitation," otherwise known as a "bug lite." I tried support and just about got laughed out, this should stay as at least a note for future users, perhaps even added as a caveat to the docs. |
You got laughed out of support? By who? This isn't a limitation. There are several people in the discord referencing containers by their docker names in the docker network. It's a configuration issue with your docker network. Not with Overseerr. |
Interesting... I'll have to find those people. When I was in there everyone was doing it by ip and telling me I was wrong about "exposing" ports, which is the correct terminology. |
Describe the bug
My testing reveals that the UI ports for Sonarr and Radarr must be exposed by the container. Also, I am unable to use the hostname of the container (e.g. 'radarr' or 'sonarr'), I must use the IP address explicitly.
Are you on latest or develop branch?
Using "latest" branch as of ~10pm 12/14/20 PST
To Reproduce
Steps to reproduce the behavior:
docker run
)Expected behavior
I expect to be able to leave the ports not exposed while using the hostname of the container.
Workaround
Expose the UI ports of Sonarr and Radarr from their containers and use the IP address in place of the hostname.
The text was updated successfully, but these errors were encountered: