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 the -o option to the groupmod command used in start-docker.sh #4632

Merged
merged 1 commit into from Feb 16, 2024

Conversation

bavis-m
Copy link
Contributor

@bavis-m bavis-m commented Feb 1, 2024

This matters when USER_GID is set to an existing group (e.g. you want node to run in the users (gid 100) group). This fixes #4631

…n USER_GID is set, otherwise we won't be added to existing groups (e.g. you want node to run in the users (100) group)
@zadam zadam merged commit 239786e into zadam:master Feb 16, 2024
2 checks passed
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.

Docker environment variable USER_GID doesn't allow you to set an existing group
2 participants