From ebc209353c9af656e550dabb70bd6be4c2c454c0 Mon Sep 17 00:00:00 2001 From: Jonel Dominic Tapang Date: Tue, 4 Mar 2025 17:34:35 +0800 Subject: [PATCH] Update sidecar.md Add missing sample argument for Dapr sidecar app port config sample Signed-off-by: Jonel Dominic Tapang --- daprdocs/content/en/concepts/dapr-services/sidecar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/dapr-services/sidecar.md b/daprdocs/content/en/concepts/dapr-services/sidecar.md index 1d783b78f14..8e57144a3b9 100644 --- a/daprdocs/content/en/concepts/dapr-services/sidecar.md +++ b/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 1. Specify the port your application is listening to ```bash - daprd --app-id --app-port 5000 + daprd --app-id myapp --app-port 5000 ``` 1. If you are using several custom resources and want to specify the location of the resource definition files, use the `--resources-path` argument: