diff --git a/content/manuals/compose/how-tos/profiles.md b/content/manuals/compose/how-tos/profiles.md index 5d90153606b1..19d00e0477d0 100644 --- a/content/manuals/compose/how-tos/profiles.md +++ b/content/manuals/compose/how-tos/profiles.md @@ -177,7 +177,7 @@ $ COMPOSE_PROFILES=dev docker compose up phpmyadmin ## Stop application and services with specific profiles -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 +As with starting specific profiles, you can use the `--profile` [command-line option](/reference/cli/docker/compose.md) or use the [`COMPOSE_PROFILES` environment variable](environment-variables/envvars.md#compose_profiles): ```console