From 5aab3d98bb11329aff4cca13d093d55780268a44 Mon Sep 17 00:00:00 2001
From: "nabil.abdennad" <nabil.abdennadher@hesge.ch>
Date: Sun, 22 Sep 2024 14:55:11 +0200
Subject: [PATCH] docker compose and not decker-compose

---
 Local-Without-Prediction/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Local-Without-Prediction/README.md b/Local-Without-Prediction/README.md
index c89b25a..4e5d53f 100644
--- a/Local-Without-Prediction/README.md
+++ b/Local-Without-Prediction/README.md
@@ -41,7 +41,7 @@ Where <num_nodes> is the number of nodes in your network and <image_name> is the
 
 ## Local execution
 
-    docker-compose up
+    docker compose up
 
 ## Troubleshooting
 - Check the container logs 
-- 
GitLab