From 24a256ebb1ec712169d2b15bab932f051c7271c4 Mon Sep 17 00:00:00 2001 From: jvincent-mongodb Date: Wed, 16 Oct 2024 10:38:38 -0700 Subject: [PATCH] DOCSP-42898 -- update docker compose command --- source/quick-start.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/quick-start.txt b/source/quick-start.txt index ccbe615d..74a8edd0 100644 --- a/source/quick-start.txt +++ b/source/quick-start.txt @@ -73,7 +73,7 @@ To start the sandbox run the following command from the tutorial directory: .. code-block:: shell - docker-compose -p mongo-kafka up -d --force-recreate + docker compose -p mongo-kafka up -d --force-recreate When you start the sandbox, Docker downloads any images it needs to run.