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 distribution/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ Similarly, on Windows, only [Docker for Windows](https://docs.docker.com/docker-
Open a terminal, and navigate to the directory containing your project skeleton. Run the following command to start all
services using [Docker Compose](https://docs.docker.com/compose/):

Download the latest versions of the pre-built images:
Download and build the latest versions of the images:

```console
docker-compose pull
docker-compose build --pull --no-cache
```

Start Docker Compose in detached mode:
Expand Down