From 15171f106bd368d64d2aeb6af243317cc34f75a1 Mon Sep 17 00:00:00 2001 From: Charles Mendiburu Date: Tue, 31 Mar 2026 20:44:40 +0200 Subject: [PATCH] Change of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eb26d0..4c94606 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The architecture is split into 3 distinct services via `docker-compose.yaml`: ### How to Run the Application 1. **Prepare the application**: Run `./prepare-app.sh`. This script initiates `docker-compose build` to create/download the images. -2. **Launch the application**: Run `./start-app.sh`. Access the web application via your browser at `http://localhost:5000`. You can log into the administration interface using the email `admin.a@gmail.com` and password `azertyuiop`. +2. **Launch the application**: Run `./start-app.sh`. Access the web application via your browser at `http://localhost:5000`. You can log into the administration interface using the email `admin.a@gmail.com` and password `azertyuiop`. You can also use the `complexe@gmail.com` and password `azertyuiop` to try different role. 3. **Pause the application**: Run `./stop-app.sh`. This script stops the containers gracefully without resetting their state or destroying the virtual network. 4. **Remove the application**: Run `./remove-app.sh`. This removes all containers, networks, local images, and **named volumes**, erasing all traces of the deployed application.