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

main needs a host argument to allow inbound traffic in docker #5

Closed
bewinsnw opened this issue May 25, 2024 · 1 comment · Fixed by #7
Closed

main needs a host argument to allow inbound traffic in docker #5

bewinsnw opened this issue May 25, 2024 · 1 comment · Fixed by #7

Comments

@bewinsnw
Copy link

The same as in simple-repository-browser https://github.com/simple-repository/simple-repository-browser/blob/cd75201db43d8716b4022fda49a67b45660d6d16/simple_repository_browser/__main__.py#L30

... as it stands, simple-repository-server launches uvicorn with its default host argument of 127.0.0.1; when run under docker this means it's only listening to traffic from inside the container.

@pelson
Copy link
Contributor

pelson commented Jun 27, 2024

Thanks. Should be fixed by #7. (it'll ship in >0.5.0)

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

Successfully merging a pull request may close this issue.

2 participants