Browse Source

Recipes - fixed invalid port in Dapr sample code (#959)

pull/966/head
Tomáš Herceg 6 years ago
committed by GitHub
parent
commit
68f760e5f3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/recipes/dapr.md

2
docs/recipes/dapr.md

@ -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:

Loading…
Cancel
Save