Skip to content
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

Closed
WoosterInitiative opened this issue Dec 15, 2020 · 5 comments
Closed

Hostname and port issues for services (Sonarr/Radarr) #301

WoosterInitiative opened this issue Dec 15, 2020 · 5 comments
Labels

Comments

@WoosterInitiative
Copy link

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:

  1. Have the radarr or sonarr containers not set to expose any ports explicitly (on 'Ports' in docker-compose or -p in docker run)
  2. Try to setup either service in Overseer
  3. Testing will reveal that it is unable to connect to the container

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.

@sct
Copy link
Owner

sct commented Dec 23, 2020

This is a configuration issue. Not a bug.

@github-actions
Copy link

👋 @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.

@WoosterInitiative
Copy link
Author

WoosterInitiative commented Dec 23, 2020

@sct

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.

@sct
Copy link
Owner

sct commented Dec 23, 2020

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.

@WoosterInitiative
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants