Skip to content

Commit 25fcc46

Browse files
authored
Update README.md (#11)
1 parent 8c8a15d commit 25fcc46

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Below is the architecture of the application while it is running.
88

99
![](documents/architecture.png)
1010
## To Quick Run
11-
Clone repo, navigate to root folder and run ` docker-compose -f 'docker-compose.yml' up`
11+
Clone repo, navigate to root folder and run ` docker compose up`
1212

1313
```
1414
git clone https://github.com/nitin27may/angular-dotnet-core-docker.git angular-dotnet
1515
cd angular-dotnet
16-
docker-compose -f 'docker-compose.yml' up
16+
docker compose up
1717
```
1818

1919
**Please note,** I have used Sendgrid, so it will require a sendgrid key to run, as it is sending an email confirmation on register, if you do not need, you can remove that code while registeing (in AccountService Class)
@@ -78,15 +78,15 @@ It contains sample for:
7878

7979

8080
#### Development mode:
81-
You can start the application in debug mode (database, api and frontend) using docker-compose:
81+
You can start the application in debug mode (database, api and frontend) using docker compose:
8282

8383
```
8484
git clone https://github.com/nitin27may/angular-dotnet-core-docker.git angular-dotnet
8585
cd angular-dotnet
8686
87-
docker-compose -f 'docker-compose.debug.yml' up
87+
docker compose -f 'docker-compose.debug.yml' up
8888
```
8989

90-
It will run fronend `http://localhost:4200` and api on `http://localhost:8080`. you can also access PGAdmin on port 5050 with username pssword provided in docker-compose, username: nitin27may@gmail.com, password: root.
90+
It will run fronend `http://localhost:4200` and api on `http://localhost:8080`. you can also access PGAdmin on port 5050 with username pssword provided in docker compose, username: nitin27may@gmail.com, password: root.
9191

9292
Also, it will automatically refresh (hot reload) your UI for code and api code changes.

0 commit comments

Comments
 (0)