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

Add support for unprivileged user #234

Merged
merged 1 commit into from
Mar 9, 2022
Merged

Add support for unprivileged user #234

merged 1 commit into from
Mar 9, 2022

Conversation

Joxit
Copy link
Owner

@Joxit Joxit commented Feb 16, 2022

With this PR you can run the container as the user nginx which do not have root access.
You can also run the server on a custom port with the environment variable NGINX_LISTEN_PORT. Default values are 80 when the user is root and 8080 otherwise.

closes #224

@Joxit Joxit mentioned this pull request Feb 16, 2022
@Joxit Joxit force-pushed the feat/unprivileged-user branch from 479f14b to 123083b Compare March 9, 2022 19:40
@Joxit Joxit force-pushed the feat/unprivileged-user branch from 123083b to f640b8d Compare March 9, 2022 19:40
@Joxit Joxit merged commit e1fd515 into main Mar 9, 2022
@Joxit Joxit deleted the feat/unprivileged-user branch March 9, 2022 19:41
@Joxit Joxit added this to the 2.2.0 milestone Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Unprivileged user support
1 participant