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"]
|
profiles: ["debug", "dev"]
|
||||||
```
|
```
|
||||||
|
|
||||||
or start a profile of `db` explicitly:
|
or start the `dev` profile explicitly:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# Profiles "debug" is started automatically by targeting phpmyadmin
|
# Profiles "debug" is started automatically by targeting phpmyadmin
|
||||||
|
|
Loading…
Reference in New Issue