From b27357f03d2e85f705d274745b37952467cdaf6d Mon Sep 17 00:00:00 2001 From: Fran2789 <129209983+Fran2789@users.noreply.github.com> Date: Tue, 28 Oct 2025 00:49:10 -0500 Subject: [PATCH] Update docker-compose command to docker compose removed hyphen to match modern docker compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b42368d..e5a5e6de 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Parts of dotProject include libraries from other projects which are used and re- The latest devel branch now includes a simple `docker-compose.yml` file and support files. These will allow you to run dotProject by running: -`docker-compose up` +`docker compose up` This will set up an nginx container, a phpfpm container and a mariadb container and point the web server to the base directory of dotProject. All you need to do after that is point your browser to http://localhost/