From ba1f9da94edf156b74899d93c5e7b28422138717 Mon Sep 17 00:00:00 2001
From: Pierre Ecarlat <pecarlat@grandlyon.com>
Date: Thu, 17 Oct 2024 14:38:33 +0200
Subject: [PATCH] Removed docker-compose dependency for ecolyo backoffice

---
 docs/ecolyo-agent/Technical/0-getting-started.mdx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ecolyo-agent/Technical/0-getting-started.mdx b/docs/ecolyo-agent/Technical/0-getting-started.mdx
index 43b0ad5..fab2098 100644
--- a/docs/ecolyo-agent/Technical/0-getting-started.mdx
+++ b/docs/ecolyo-agent/Technical/0-getting-started.mdx
@@ -85,7 +85,7 @@ Hot reload could not be set up to work 100% correctly, but you can click the Res
 
 In VS Code, press the Stop icon (or press Shift+F5) to stop backend.
 
-Then run `docker-compose down` to stop database and phpMyAdmin containers
+Then run `docker compose down` to stop database and phpMyAdmin containers
 
 ### Ecolyo Agent - Client
 
@@ -116,7 +116,7 @@ The nginx server redirects https requests from front-end to the backend on port
     - `nginx/site.local.conf`, used for local development
     - `nginx/site.prod.conf`, used for production
 
-    The nginx server needs local ssl certificates in order to run an interact with backend, these certificates are present in the project.
+    The nginx server needs local ssl certificates in order to run and interact with backend, these certificates are present in the project.
 
 :::
 
-- 
GitLab