Skip to content

Commit 6df35b9

Browse files
authored
docs: always use the latest version of the images (#1380)
1 parent f6fddb9 commit 6df35b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Similarly, on Windows, only [Docker for Windows](https://docs.docker.com/docker-
7373
Open a terminal, and navigate to the directory containing your project skeleton. Run the following command to start all
7474
services using [Docker Compose](https://docs.docker.com/compose/):
7575

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

7878
```console
79-
docker-compose pull
79+
docker-compose build --pull --no-cache
8080
```
8181

8282
Start Docker Compose in detached mode:

0 commit comments

Comments
 (0)