This part of the explanation refers to the application service not the database service.

This commit is contained in:
Jonathan Berger 2023-09-14 15:13:56 -07:00
parent ced0eed4e1
commit 6b3ed81c60
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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 database service.
In [part 7](./07_multi_container.md), you used the following command to start the application service.
```console
$ docker run -dp 127.0.0.1:3000:3000 \