mirror of https://github.com/docker/docs.git
Update profiles.md (#18376)
Should say start "dev" profile rather than "db" profile explicitly.
This commit is contained in:
parent
e4804db286
commit
e86716e05e
|
@ -170,7 +170,7 @@ db:
|
|||
profiles: ["debug", "dev"]
|
||||
```
|
||||
|
||||
or start a profile of `db` explicitly:
|
||||
or start the `dev` profile explicitly:
|
||||
|
||||
```console
|
||||
# Profiles "debug" is started automatically by targeting phpmyadmin
|
||||
|
@ -180,4 +180,4 @@ $ COMPOSE_PROFILES=dev docker compose up phpmyadmin
|
|||
|
||||
## Reference information
|
||||
|
||||
[`profiles`](compose-file/05-services.md#profiles)
|
||||
[`profiles`](compose-file/05-services.md#profiles)
|
||||
|
|
Loading…
Reference in New Issue