Skip to content

Commit 6463c55

Browse files
authored
Fix link to compose cli docs in Using profiles manual
1 parent 9fbb168 commit 6463c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/how-tos/profiles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ $ COMPOSE_PROFILES=dev docker compose up phpmyadmin
177177

178178
## Stop application and services with specific profiles
179179

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
181181
use the [`COMPOSE_PROFILES` environment variable](environment-variables/envvars.md#compose_profiles):
182182

183183
```console

0 commit comments

Comments
 (0)