From 77da4e1e3c0f6a0c9972cf6d79230c6b5fcd1d26 Mon Sep 17 00:00:00 2001 From: Konstantin Ilyinov Date: Tue, 20 Aug 2024 11:47:06 +1000 Subject: [PATCH] Update index.mdx Changed docker compose syntax to the new style (docker-compose is deprecated and docker compose should now be used instead) --- docs/admin/deploy/docker-compose/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/admin/deploy/docker-compose/index.mdx b/docs/admin/deploy/docker-compose/index.mdx index 7803f79fa..08ae120ea 100644 --- a/docs/admin/deploy/docker-compose/index.mdx +++ b/docs/admin/deploy/docker-compose/index.mdx @@ -162,9 +162,9 @@ On the production server, run the following command inside the [./docker-compose # Go to the docker-compose configuration directory cd docker-compose # Start Sourcegraph with Docker Compose - docker-compose up + docker compose up # OR you can start Sourcegraph with Docker Compose in a detached mode - docker-compose up -d + docker compose up -d ``` To check if the server is ready, the `sourcegraph-frontend-0` service must be displayed as healthy: