Skip to content

Commit

Permalink
Update README.md to use standard compose.yaml file name
Browse files Browse the repository at this point in the history
Signed-off-by: johnthagen <[email protected]>
  • Loading branch information
johnthagen authored and ndeloof committed Nov 30, 2023
1 parent 59f11ec commit 9faef4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Quick Start
Using Docker Compose is a three-step process:
1. Define your app's environment with a `Dockerfile` so it can be
reproduced anywhere.
2. Define the services that make up your app in `docker-compose.yml` so
2. Define the services that make up your app in `compose.yaml` so
they can be run together in an isolated environment.
3. Lastly, run `docker compose up` and Compose will start and run your entire
app.
Expand Down

0 comments on commit 9faef4a

Please sign in to comment.