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

Changing the bind port of the container is reporting the internal port on start instead #27

Open
reanimatedmanx opened this issue Nov 17, 2024 · 2 comments

Comments

@reanimatedmanx
Copy link

Steps to repro

  1. Copy the docker compose config from here
  2. Change the port binding to - '8080:8090'
  3. Observe that the port reported in the logs is not the correct one.
    image

Q: Is this fixable like at all?:)

@KROSF
Copy link
Member

KROSF commented Nov 17, 2024

That's correct—the binding port doesn't affect the reporting port at all. However, I can add support for a custom listening port if you'd like.

@reanimatedmanx
Copy link
Author

Yeah I think that would be great, with an option to override it using an env variable, that way, it would report in the logs correctly.

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

No branches or pull requests

2 participants