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

Running as non-root causes errors when the startup scripts try to "fix" permissions #133

Open
girlpunk opened this issue Dec 27, 2024 · 0 comments

Comments

@girlpunk
Copy link

Running the container as a user other than root (as highly recommended for security reasons) results in several errors as the various startup scripts attempt to "fix" permissions, causing more issues as a result.

The causes of this appear to be:

Additionally, the UID and GID environment variables are not defined, however setting them in attempt to resolve the above issues simply causes more errors.

groupmod -o -g "$GID" www-data

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

No branches or pull requests

1 participant