multiwoven icon indicating copy to clipboard operation
multiwoven copied to clipboard

Docs: update README docker compose syntax

Open woodhull opened this issue 10 months ago • 3 comments

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

Type of Change

  • Documentation update

woodhull avatar Feb 25 '25 16:02 woodhull

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

macintushar avatar Feb 28 '25 11:02 macintushar

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

woodhull avatar Feb 28 '25 11:02 woodhull

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.

macintushar avatar Feb 28 '25 11:02 macintushar