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 52df73b commit d2c3f01Copy full SHA for d2c3f01
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