We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6343d43 commit 45df310Copy full SHA for 45df310
content/manuals/compose/how-tos/profiles.md
@@ -62,7 +62,7 @@ $ COMPOSE_PROFILES=debug docker compose up
62
63
Both commands start the services with the `debug` profile enabled.
64
In the previous `compose.yml` file, this starts the services
65
-`db` and `phpmyadmin`.
+`db`, `backend` and `phpmyadmin`.
66
67
### Start multiple profiles
68
0 commit comments