You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/compose/how-tos/profiles.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ $ COMPOSE_PROFILES=dev docker compose up phpmyadmin
177
177
178
178
## Stop application and services with specific profiles
179
179
180
-
As with starting specific profiles, you can use the `--profile` [command-line option](/reference/cli/docker/compose.md#use--p-to-specify-a-project-name) or
180
+
As with starting specific profiles, you can use the `--profile` [command-line option](/reference/cli/docker/compose.md) or
181
181
use the [`COMPOSE_PROFILES` environment variable](environment-variables/envvars.md#compose_profiles):
0 commit comments