Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/admin/deploy/docker-compose/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down