Update z1/README.md
This commit is contained in:
parent
71cc75c7a0
commit
046f0bfe67
@ -45,7 +45,8 @@ 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:
|
||||||
./start-app.sh
|
```bash
|
||||||
|
./start-app.sh
|
||||||
You should see a message:
|
You should see a message:
|
||||||
Running app ...
|
Running app ...
|
||||||
The app is available at http://localhost:5000
|
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:**
|
4. **Stop the Application:**
|
||||||
To stop all running services without removing their state:
|
To stop all running services without removing their state:
|
||||||
./stop-app.sh
|
```bash
|
||||||
|
./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:
|
||||||
./remove-app.sh
|
```bash
|
||||||
|
./remove-app.sh
|
Loading…
Reference in New Issue
Block a user