We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b273d commit 12b2f17Copy full SHA for 12b2f17
daprdocs/content/en/concepts/dapr-services/sidecar.md
@@ -52,7 +52,7 @@ For a detailed list of all available arguments run `daprd --help` or see this [t
52
1. Specify the port your application is listening to
53
54
```bash
55
- daprd --app-id --app-port 5000
+ daprd --app-id myapp --app-port 5000
56
```
57
58
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