From d9b5adf0f732e998da8f575fad32c29a4415802c Mon Sep 17 00:00:00 2001 From: Jon Howell Date: Sat, 16 Dec 2023 16:49:14 -0800 Subject: [PATCH] fix(docs): remove spurious hyphen in docker compose cmd (#5771) The command example is correct, but the text just before it still references the old docker-compose command. --- docs/docs/install/docker-compose.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/install/docker-compose.mdx b/docs/docs/install/docker-compose.mdx index 92030d21cf..bb0b90d376 100644 --- a/docs/docs/install/docker-compose.mdx +++ b/docs/docs/install/docker-compose.mdx @@ -55,7 +55,7 @@ Optionally, you can use the [`hwaccel.yml`][hw-file] file to enable hardware acc ### Step 3 - Start the containers -From the directory you created in Step 1, (which should now contain your customized `docker-compose.yml` and `.env` files) run `docker-compose up -d`. +From the directory you created in Step 1, (which should now contain your customized `docker-compose.yml` and `.env` files) run `docker compose up -d`. ```bash title="Start the containers using docker compose command" docker compose up -d