Skip to content

Commit 26a175c

Browse files
authored
Update docker compose guide to new syntax (#583)
Changed docker compose syntax to the new style (docker-compose is deprecated and docker compose should now be used instead) <!-- Explain the changes introduced in your PR --> ## Pull Request approval Although pull request approval is not enforced for this repository in order to reduce friction, merging without a review will generate a ticket for the docs team to review your changes. So if possible, have your pull request approved before merging.
1 parent ef4f681 commit 26a175c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/admin/deploy/docker-compose/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ On the production server, run the following command inside the [./docker-compose
162162
# Go to the docker-compose configuration directory
163163
cd docker-compose
164164
# Start Sourcegraph with Docker Compose
165-
docker-compose up
165+
docker compose up
166166
# OR you can start Sourcegraph with Docker Compose in a detached mode
167-
docker-compose up -d
167+
docker compose up -d
168168
```
169169

170170
To check if the server is ready, the `sourcegraph-frontend-0` service must be displayed as healthy:

0 commit comments

Comments
 (0)