Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Recipes - fixed invalid port in Dapr sample code #959

Merged
merged 1 commit into from
Mar 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/recipes/dapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ services:
- name: redis
image: redis
bindings:
- port: 6973
- port: 6379
```

All that's needed to enable Dapr integration for an application is:
Expand Down