include backend service (#21162)

include backend service when docker compose --profile debug up is executed
This commit is contained in:
Okpara Ifeanyi
2024-10-21 09:47:14 +01:00
committed by GitHub
parent 52df73bd3f
commit d2c3f0194f

View File

@@ -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