From 95239c62f98667502fd199b7102471f8eee010cf Mon Sep 17 00:00:00 2001 From: Mauricio Moldes Quaresma Date: Thu, 7 Nov 2024 14:16:18 +0100 Subject: [PATCH] Update README.md The docker compose (with a space) is a newer project to migrate compose to Go with the rest of the docker project. This is the v2 branch of the docker/compose repo. It's been first introduced to Docker Desktop users, so docker users on Linux didn't see the command. In addition to migrating to Go, it uses the compose-spec, and part of the rewrite may result in behavior differences. The original python project, called docker-compose, aka v1 of docker/compose repo, has now been deprecated and development has moved over to v2. To install the v2 docker compose as a CLI plugin on Linux, supported distribution can now install the docker-compose-plugin package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501b663..d76373a 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ You should have installed: If you are using a build with all the services in the same cluster, you can use: ```bash -docker-compose up -d --build +docker compose up -d --build ``` #### Load the data