-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Exposed public port cannot bind #14647
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
Comments
Possible duplicate of #9376 |
@Glydric22 could you try |
I have already tryied, |
@Glydric22 use: sudo -E $(command -v python3) -m http.server 80 |
Seems to work... but why? |
It's basically how your shell works, To see what actually happens, try: bash -xc 'sudo -E $(command -v python3) -m http.server 80' |
Bug description
When i configure gitpod.yml i set
and the port shows on exposed ports as open, but if i run
python -m http.server 80
or every server on 80 it say cannot bind to 0.0.0.0/80, other ports are workingSteps to reproduce
add
to config.yaml
run
python -m http.server 80
Workspace affected
No response
Expected behavior
the server should be up and working
Example repository
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: