Skip to content

Use unprivileged ports within containers#30

Merged
theyoyojo merged 3 commits into
masterfrom
unprivileged_ports
Mar 19, 2024
Merged

Use unprivileged ports within containers#30
theyoyojo merged 3 commits into
masterfrom
unprivileged_ports

Conversation

@charliemirabile

Copy link
Copy Markdown
Contributor

This is a nice step towards being able to run the code in the containers as a non root user for added security

There is no need to have nginx bind to a privileged port within the
container. If we want to run in prod with privileged ports, we can
just map the unprivileged port from inside the container to the privileged
one outside.

@theyoyojo theyoyojo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@theyoyojo theyoyojo merged commit 48ff80f into master Mar 19, 2024
@theyoyojo theyoyojo deleted the unprivileged_ports branch March 19, 2024 18:31
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 this pull request may close these issues.

2 participants