diff --git a/docs/recipes/dapr.md b/docs/recipes/dapr.md index fc38f5e5..7f6e7a48 100644 --- a/docs/recipes/dapr.md +++ b/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: