diff --git a/docs/ecolyo-agent/Technical/0-getting-started.mdx b/docs/ecolyo-agent/Technical/0-getting-started.mdx index 43b0ad50d6a41f7ae96d2f0b255c4ac8e6f4b0e9..fab209821a3a0d45281b60ea878436f2046a5883 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. :::