Update z1/README.md

This commit is contained in:
Danylo Kunak 2025-03-17 23:31:41 +00:00
parent 71cc75c7a0
commit 046f0bfe67

View File

@ -45,7 +45,8 @@ The web service demonstrates basic functionality and includes an endpoint (`/dbt
2. **Start the Application:**
Launch the containers with:
./start-app.sh
```bash
./start-app.sh
You should see a message:
Running app ...
The app is available at http://localhost:5000
@ -58,8 +59,10 @@ The web service demonstrates basic functionality and includes an endpoint (`/dbt
4. **Stop the Application:**
To stop all running services without removing their state:
./stop-app.sh
```bash
./stop-app.sh
5. **Remove the Application:**
When you want to completely remove all containers, networks, and volumes:
./remove-app.sh
```bash
./remove-app.sh