Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2cbe678

Browse files
author
Ivan Franchin
committed
Migrate to Compose V2
1 parent 08eb37c commit 2cbe678

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

‎README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,14 @@ On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-C
5656
- [`npm`](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
5757
- [`Java 17+`](https://www.oracle.com/java/technologies/downloads/#java17)
5858
- [`Docker`](https://www.docker.com/)
59-
- [`Docker-Compose`](https://docs.docker.com/compose/install/)
6059

6160
## Start Environment
6261

6362
- In a terminal, make sure you are inside `springboot-react-basic-auth` root folder
6463

65-
- Run the following command to start docker-compose containers
64+
- Run the following command to start dockercompose containers
6665
```
67-
docker-compose up -d
66+
dockercompose up -d
6867
```
6968

7069
## Running book-app using Maven & Npm
@@ -236,9 +235,9 @@ On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-C
236235
237236
- To stop `book-api` and `book-ui`, go to the terminals where they are running and press `Ctrl+C`
238237
239-
- 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 dockercompose containers, network and volumes, go to a terminal and, inside `springboot-react-basic-auth` root folder, run the command below
240239
```
241-
docker-compose down -v
240+
dockercompose down -v
242241
```
243242
244243
## How to upgrade book-ui dependencies to latest version

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /