Skip to content

Commit ccf4cc6

Browse files
committed
Mention docker compose instead of docker-compose by default
1 parent 8bbf4d8 commit ccf4cc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QuickStart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ sudo chown 8983:8983 volumes/solr/data
3939
```
4040
- Start all containers (will download all images from dockerhub when executed the first time):
4141
```bash
42-
docker-compose up
42+
docker compose up
4343
```
4444

45-
*Note*: If using the newer `docker compose` project, you need to write `docker compose up` instead of `docker-compose up` (and similarly for other `docker-compose` calls).
45+
*Note*: If using older version of `docker`, you need to write `docker-compose up` instead of `docker compose up` (and similarly for other `docker compose` calls).
4646

4747
*Note*: The sample `docker-compose-example.yml` uses `latest-YYYY-lts` as image versions. This will result in docker always pulling the latest images of the respective lts series. See [Keeping QWC services up to date](configuration/../configuration/ServiceConfiguration.md#upgrading).
4848

0 commit comments

Comments
 (0)