-
Notifications
You must be signed in to change notification settings - Fork 119
Docker-compose: do not access ports <443 #3261
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
Conversation
this PR is missing the required changes for |
As a workaround for podman You can modify the |
369dcc8
to
2295040
Compare
I updated the PR to still include the |
The .well-known URI can only be reached via HTTPS on the default 443 port. Due to this limitation the highest possible port is bound to 443 |
I actually did run into issues using the dev env in firefox (not playwright) not sure if that is an issue. I think some routing is done through port 80. |
Lets merge this as is. In case there is another issue with the local lk server we can fix this in another PR. |
This does not allow podman (also docker) to start the containers without altering linux default security measurements.
The playwright tests also run with those the alternative ports: 4443, 8080, 8081