Skip to content

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.

1 participant