Update golang port

Signed-off-by: Hugh Xia <xsmlinzi@outlook.com>
This commit is contained in:
Hugh Xia 2023-08-26 11:46:25 +08:00
parent 69d9813f58
commit 28ad651981
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ go build .
Run the `order-processor` service alongside a Dapr sidecar.
```bash
dapr run --app-port 6001 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- go run .
dapr run --app-port 6006 --app-id order-processor --app-protocol http --dapr-http-port 3501 -- go run .
```
Each order is received via an HTTP POST request and processed by the