From 1d462856c9234546529ff7275654762e4a43c67f Mon Sep 17 00:00:00 2001 From: Geezus42 Date: Thu, 11 Apr 2024 16:35:32 -0500 Subject: [PATCH] Update README.md update docker compose command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da0efe0..91554dc 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ git clone https://github.com/goniszewski/grimoire # (admins are separate from regular users) # Build and run the containers -docker-compose up +docker compose up ```