You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- To stop `book-api` and `book-ui`, go to the terminals where they are running and press `Ctrl+C`;
237
237
238
-
- To stop and remove docker compose containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below:
238
+
- To stop and remove docker containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below:
239
239
```
240
-
docker compose down -v
240
+
podman compose down -v
241
241
```
242
242
243
243
## How to upgrade book-ui dependencies to latest version
0 commit comments