Skip to content

Docs: update README docker compose syntax #621

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

woodhull
Copy link

The modern syntax for running docker compose is docker compose up not docker-compose up

Type of Change

  • Documentation update

The modern syntax for running docker compose is `docker compose up` not `docker-compose up`
@macintushar
Copy link
Member

Hey @woodhull, did you make sure this command is working on MacOS because as far as I know, Mac follows docker-compose and linux uses docker compose

@woodhull
Copy link
Author

I am using Mac OS. The old v1 syntax has been removed and no longer works in modern versions of docker.

@macintushar
Copy link
Member

Oh cool! Let me try it out first. I might make a change so that both commands are there, just incase someone's still using an older version of docker.

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.

2 participants