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

Wrong Port allocation in self-hosting docker command #1473

Closed
nikschen opened this issue Dec 13, 2023 · 4 comments
Closed

Wrong Port allocation in self-hosting docker command #1473

nikschen opened this issue Dec 13, 2023 · 4 comments
Labels

Comments

@nikschen
Copy link

In docker command from docs:
docker run --rm -it -p 5000:80 exceptionless/exceptionless:latest
is a wrong port allocation, should be 5000:8080 or default port in image should be changed

Output from docker container when running:
[09:26:23 INF] Now listening on: http://[::]:8080 <Microsoft.Hosting.Lifetime>
No configuration changes made by me

@ejsmith
Copy link
Member

ejsmith commented Dec 13, 2023

Thanks @nikschen, this is due to the recent default port change on .NET docker containers. Would you be able to submit a quick PR to update the places you saw this?

@nikschen
Copy link
Author

Ah I see. Yeah, no Problem. I filed a pull request at the corresponding repository: Link

@ejsmith
Copy link
Member

ejsmith commented Dec 13, 2023

Thank you @nikschen!

@niemyjski
Copy link
Member

Fixed via exceptionless/Website#51

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

No branches or pull requests

3 participants