From d2c3f0194f7609f27ac25045ff4619905f225de2 Mon Sep 17 00:00:00 2001 From: Okpara Ifeanyi Date: Mon, 21 Oct 2024 09:47:14 +0100 Subject: [PATCH] include backend service (#21162) include backend service when docker compose --profile debug up is executed --- content/manuals/compose/how-tos/profiles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/compose/how-tos/profiles.md b/content/manuals/compose/how-tos/profiles.md index 12b166ca34..1812c7f680 100644 --- a/content/manuals/compose/how-tos/profiles.md +++ b/content/manuals/compose/how-tos/profiles.md @@ -62,7 +62,7 @@ $ COMPOSE_PROFILES=debug docker compose up Both commands start the services with the `debug` profile enabled. In the previous `compose.yml` file, this starts the services -`db` and `phpmyadmin`. +`db`, `backend` and `phpmyadmin`. ### Start multiple profiles