-
Notifications
You must be signed in to change notification settings - Fork 11
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
Caddy cannot open ports 80 and 443 #91
Comments
Hey @jhit thanks for the feedback. Currently, we don't plan to reverse the change regarding the ports. You can also change most of the other available ports. Hope that helps |
Fair enough. But mybe you could at least add a hint in the documentation to help other newcomers. May I ask why you do not seem to have this issue? Are you using this setup on OSX or in Docker Containers? I have no idea why s.o. else could run this on Linux without having issues. |
Thats a good point, I added a hint to the docs via #92
Seems like that. We are working on MacOS and there hasn't been an error like that. |
Thank you very much. |
Hello.
I'm new to devenv and I had quite some issues with the fact that processes running under non-privileged user account cannot access ports below 1024.
At least that was my experience on Ubuntu 22.10.
For me this was a huge bummer because it took me a lot of time to find the reason why my devenv would not start.
Maybe you could consider to use ports above 1024 like the default setup used in the Shopware documentation. They use port 8000.
The text was updated successfully, but these errors were encountered: