mirror of https://github.com/dapr/docs.git
--dapr-http-port fix (#2212)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com> Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
parent
cbc2cfca54
commit
30c0bbcb5a
|
@ -333,7 +333,7 @@ Restart your sidecar and try retrieving state again to observe that state persis
|
||||||
Begin by launching a Dapr sidecar:
|
Begin by launching a Dapr sidecar:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dapr --app-id orderprocessing --port 3601 run
|
dapr --app-id orderprocessing --dapr-http-port 3601 run
|
||||||
```
|
```
|
||||||
|
|
||||||
Then in a separate terminal save a key/value pair into your statestore:
|
Then in a separate terminal save a key/value pair into your statestore:
|
||||||
|
|
Loading…
Reference in New Issue