From 011cabfae69a16241ffb6ac482f105fbb5620a16 Mon Sep 17 00:00:00 2001 From: DanielEScherzer Date: Sat, 19 Apr 2025 17:10:13 -0700 Subject: [PATCH] README: suggest `docker compose` Since it is suggested that users have an up-to-date version of docker, update the suggested command to reflect the docker recommendation for Compose V2. See https://docs.docker.com/compose/releases/migrate/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a38d09..bbe21e3 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ to your local machine. Using terminal, in the project directory, run: ```sh -docker-compose up +docker compose up ``` Open it up in your browser: [http://localhost:4000/](http://localhost:4000/)