changing port to 6002

Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
MD Ashique 2023-03-09 15:20:03 +05:30
parent 05ae00804d
commit 9f86e54d12
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ sleep: 15
```bash
cd ./order-processor
dapr run --app-port 6001 --app-id order-processor --app-protocol http --dapr-http-port 3501 --resources-path ../../../components -- go run .
dapr run --app-port 6002 --app-id order-processor --app-protocol http --dapr-http-port 3501 --resources-path ../../../components -- go run .
```
<!-- END_STEP -->