Skip to content

Fix typo in docker-compose command#374

Closed
GouravSingh2580 wants to merge 1 commit intodocker:masterfrom
GouravSingh2580:fix-command-typo
Closed

Fix typo in docker-compose command#374
GouravSingh2580 wants to merge 1 commit intodocker:masterfrom
GouravSingh2580:fix-command-typo

Conversation

@GouravSingh2580
Copy link

Hello maintainers 👋

  • Submitting this pull request to fix a typo in the Docker Compose command in /vuejs/Readme.md. The command "docker compose up -d" should be corrected to "docker-compose up -d" ✅
  • Made the necessary changes to the relevant file, ensuring the correct syntax of the Docker Compose command ✅

Signed-off-by: Gourav Singh <dmgss2580@gmail.com>
Copy link

@sitarane sitarane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker compose is the correct command.

It depends how you install compose. You can install it as a standalone package. Then it's "docker-compose".

But you can also install it as a docker module, then it's "docker compose". This is the recommended way, so documentation should use it.

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