linuxserver / docker-radarr

GNU General Public License v3.0
640 stars 103 forks source link

Update docker to use port 7878 internally or change the README.md #184

Closed ghost closed 2 years ago

ghost commented 2 years ago

linuxserver.io

Documentation refers to wrong internal port in the docker-compose.yml and docker run sections.


Expected Behavior

When using the provided commands, the docker container should start successfully and be available on port 7878.

Current Behavior

The container starts, but is not available on port 7878.

Steps to Reproduce

  1. Start the container using the provided run command or docker-compose.yml without changing the port settings.

This applies to all architectures & all OS. The port settings provided tell Docker to expose internal port 7878 on external port 7878, but the webserver inside the container listens on port 8989. README.md should either be updated accordingly or the internal port needs to be set to 7878.

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

ghost commented 2 years ago

Closing as this is not an actual issue but a product of my spectacular incompetence. Somehow ran sonarr with radarr port settings. hajdulak out.