From 0bfe63ffdbe52543b562bcd24836a8f9c55d1d07 Mon Sep 17 00:00:00 2001 From: Oliver Tomlinson Date: Tue, 21 Nov 2023 21:51:49 +0000 Subject: [PATCH] Update daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md Co-authored-by: Mark Fussell Signed-off-by: Oliver Tomlinson --- .../debugging/debugging-docker-compose.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md b/daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md index 44f6aa3c497..46a9b7b721e 100644 --- a/daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md +++ b/daprdocs/content/en/developing-applications/debugging/debugging-docker-compose.md @@ -3,7 +3,7 @@ type: docs title: "Debugging Dapr Apps running in Docker Compose" linkTitle: "Debugging Docker Compose" weight: 300 -description: "Debug Dapr apps locally which are part of a docker compose deployment" +description: "Debug Dapr apps locally which are part of a Docker Compose deployment" --- The goal of this article is to demonstrate a way to debug one or more daprised applications (via your IDE, locally) while remaining integrated with the other applications that have deployed in the docker compose environment.