diff --git a/content/get-started/08_using_compose.md b/content/get-started/08_using_compose.md index c9a05a74c0..3581c0258f 100644 --- a/content/get-started/08_using_compose.md +++ b/content/get-started/08_using_compose.md @@ -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 \