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 a9af19a commit aa5945dCopy full SHA for aa5945d
examples/pubsub/README.md
@@ -18,13 +18,9 @@ docker run -d --rm --hostname my-rabbitmq --name my-rabbitmq \
18
-p 0.0.0.0:5672:5672 -p 0.0.0.0:15672:15672 \
19
rabbitmq:3-management
20
21
-# Run the example
22
-dapr run --app-protocol http
23
-
24
# Run the example directly using dapr run
25
dapr run --app-id example-pubsub --app-port 50051 --app-protocol http --components-path ./components npm run start
26
27
28
# or, using npm script
29
npm run start:dapr-http
30
```
0 commit comments