mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
include backend service (#21162)
include backend service when docker compose --profile debug up is executed
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user