From 9faef4aebb0eeb4f9f55d67a29026373d7c394a8 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Wed, 29 Nov 2023 14:16:23 -0500 Subject: [PATCH] Update README.md to use standard compose.yaml file name Signed-off-by: johnthagen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 721facb93d7..e017324fbb9 100644 --- a/README.md +++ b/README.md @@ -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.