mirror of https://github.com/dapr/docs.git
Update golang port
Signed-off-by: Hugh Xia <xsmlinzi@outlook.com>
This commit is contained in:
parent
69d9813f58
commit
28ad651981
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue