From 7087e0f6e6f713faf9bc26426c6adf6042dfc444 Mon Sep 17 00:00:00 2001 From: Nick Colley <2445413+NickColley@users.noreply.github.com> Date: Wed, 24 Jul 2024 18:37:14 +0100 Subject: [PATCH] Update docker command (#3600) The newer versions of docker dont have the hyphenated command so update the documentation to reflect this. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 20eb471f02..fac6574016 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -6,7 +6,7 @@ For a simple local development environment running on PHP, you will need: ``` -cd ./dev && docker-compose up -d +cd ./dev && docker compose up -d ``` just navigate to [localhost:8000](http://localhost:8000/) to view the site.