Skip to content

Commit 12b2f17

Browse files
Update sidecar.md (#4570)
Add missing sample argument for Dapr sidecar app port config sample Signed-off-by: Jonel Dominic Tapang <[email protected]> Co-authored-by: Hannah Hunter <[email protected]>
1 parent b7b273d commit 12b2f17

File tree

1 file changed

+1
-1
lines changed
  • daprdocs/content/en/concepts/dapr-services

1 file changed

+1
-1
lines changed

daprdocs/content/en/concepts/dapr-services/sidecar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ For a detailed list of all available arguments run `daprd --help` or see this [t
5252
1. Specify the port your application is listening to
5353

5454
```bash
55-
daprd --app-id --app-port 5000
55+
daprd --app-id myapp --app-port 5000
5656
```
5757

5858
1. If you are using several custom resources and want to specify the location of the resource definition files, use the `--resources-path` argument:

0 commit comments

Comments
 (0)