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

Fix root access being requested when not required #193

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

6cUbi57z
Copy link

@6cUbi57z 6cUbi57z commented Jan 2, 2022

The bash setup scripts were checking if the user was part of the sudo/wheel groups before checking if they were part of the docker group. This resulted in root access being requested when the user is part of the docker group where root access would not be required.

Additionally, the code to determine the docker-compose command was looking for the docker-compose group which, to my knowledge, doesn't exist (or is non-standard). Checking for the docker group should suffice.

Also fixes the docker compose service name in the dev file.

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.

None yet

1 participant