Skip to content
Snippets Groups Projects
Commit ba1f9da9 authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

Removed docker-compose dependency for ecolyo backoffice

parent 2c9b522c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
:::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment