Skip to content

Commit d2c3f01

Browse files
authored
include backend service (#21162)
include backend service when docker compose --profile debug up is executed
1 parent 52df73b commit d2c3f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/how-tos/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ $ COMPOSE_PROFILES=debug docker compose up
6262

6363
Both commands start the services with the `debug` profile enabled.
6464
In the previous `compose.yml` file, this starts the services
65-
`db` and `phpmyadmin`.
65+
`db`, `backend` and `phpmyadmin`.
6666

6767
### Start multiple profiles
6868

0 commit comments

Comments
 (0)