update link wording

Signed-off-by: Craig <craig.osterhout@docker.com>
This commit is contained in:
Craig 2024-09-26 10:05:08 -07:00
parent 402a776664
commit 26f3556478
No known key found for this signature in database
GPG Key ID: 497A5E49261C73B5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ In the `getting-started-app` directory, create a file named `compose.yaml`.
## Define the app service
In [part 7](./07_multi_container.md), you used the following command to start the application service.
In [part 6](./07_multi_container.md), you used the following command to start the application service.
```console
$ docker run -dp 127.0.0.1:3000:3000 \