Update profiles.md (#18376)

Should say start "dev" profile rather than "db" profile explicitly.
This commit is contained in:
James Cote 2023-10-09 05:02:51 -04:00 committed by GitHub
parent e4804db286
commit e86716e05e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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