Merge pull request #338 from docker/clarify-compose-file-location

This commit is contained in:
Michael Irwin 2022-12-21 07:59:03 -05:00 committed by GitHub
commit d9f0c9ac45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ another system, you can install Docker Compose using [the instructions here](htt
## Creating our Compose File
1. At the root of the app project, create a file named `docker-compose.yml`.
1. Inside of the app folder, create a file named `docker-compose.yml` (next to the `Dockerfile` and `package.json` files).
1. In the compose file, we'll start off by defining a list of services (or containers) we want to run as part of our application.