-
Notifications
You must be signed in to change notification settings - Fork 202
Update docker-compose.yml #189
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
Conversation
specified version for docker-compose
|
Thanks! |
when I install via apt (version 1.25.0), I get an error "ERROR: Couldn't connect to Docker daemon at http+docker://localhost - is it running?". Running docker-compose with sudo fixes it
README.md
Outdated
| sudo docker-compose up | ||
| ``` | ||
| You can leave out the `sudo` if you have added your user to the docker group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modify to:
ℹ️ You can leave out the
sudoif you have added your user to thedockergroup (or are using rootless docker).
> ℹ️ You can leave out the `sudo` if you have added your user to the `docker` group (or are using rootless docker).
themarpe
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
VanDavv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
specified version for docker-compose