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