From 68f760e5f336d3101041341319f05645f9b573e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Herceg?= Date: Mon, 8 Mar 2021 21:23:39 +0100 Subject: [PATCH] Recipes - fixed invalid port in Dapr sample code (#959) --- docs/recipes/dapr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: