mirror of https://github.com/dapr/quickstarts.git
changing port to 6002
Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
parent
05ae00804d
commit
9f86e54d12
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue