Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/compose/environment-variables/envvars.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ underscores, and must begin with a lowercase letter or decimal digit. If the
`basename` of the project directory or current directory violates this
constraint, you must use one of the other mechanisms.

See also the [command-line options overview](../reference/index.md#command-options-overview-and-help) and [using `-p` to specify a project name](../reference/index.md#use--p-to-specify-a-project-name).
See also the [command-line options overview](/reference/cli/docker/compose/_index.md#command-options-overview-and-help) and [using `-p` to specify a project name](/reference/cli/docker/compose/_index.md#use--p-to-specify-a-project-name).

### COMPOSE\_FILE

Expand All @@ -75,7 +75,7 @@ The path separator can also be customized using `COMPOSE_PATH_SEPARATOR`.

Example: `COMPOSE_FILE=docker-compose.yml:docker-compose.prod.yml`.

See also the [command-line options overview](../reference/index.md#command-options-overview-and-help) and [using `-f` to specify name and path of one or more Compose files](../reference/index.md#use--f-to-specify-name-and-path-of-one-or-more-compose-files).
See also the [command-line options overview](/reference/cli/docker/compose/_index.md#command-options-overview-and-help) and [using `-f` to specify name and path of one or more Compose files](/reference/cli/docker/compose/_index.md#use--f-to-specify-name-and-path-of-one-or-more-compose-files).

### COMPOSE\_PROFILES

Expand All @@ -90,7 +90,7 @@ For example, calling `docker compose up`with `COMPOSE_PROFILES=frontend` selects
Example: `COMPOSE_PROFILES=frontend,debug`
This example enables all services matching both the `frontend` and `debug` profiles and services without a profile.

See also [Using profiles with Compose](../profiles.md) and the [`--profile` command-line option](../reference/index.md#use---profile-to-specify-one-or-more-active-profiles).
See also [Using profiles with Compose](../profiles.md) and the [`--profile` command-line option](/reference/cli/docker/compose/_index.md#use---profile-to-specify-one-or-more-active-profiles).

### COMPOSE\_CONVERT\_WINDOWS\_PATHS

Expand Down
81 changes: 0 additions & 81 deletions content/compose/reference/_index.md

This file was deleted.

2 changes: 1 addition & 1 deletion content/get-started/workshop/08_using_compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ the way you define and share multi-service applications.
Related information:
- [Compose overview](/compose/_index.md)
- [Compose file reference](/reference/compose-file/_index.md)
- [Compose CLI reference](/compose/reference/_index.md)
- [Compose CLI reference](/reference/cli/docker/compose/_index.md)

## Next steps

Expand Down
2 changes: 1 addition & 1 deletion content/language/cpp/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/dotnet/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/java/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ $ docker compose down
```

For more information about Compose commands, see the
[Compose CLI reference](../../compose/reference/_index.md).
[Compose CLI reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/nodejs/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/php/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/python/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/r/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/language/ruby/containerize.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ $ docker compose down
```

For more information about Compose commands, see the [Compose CLI
reference](../../compose/reference/_index.md).
reference](/reference/cli/docker/compose/_index.md).

## Summary

Expand Down
2 changes: 1 addition & 1 deletion content/reference/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ grid_clis:
description: The CLI for Docker Compose, for building and running multi-container
applications.
icon: subtitles
link: /compose/reference/
link: /reference/cli/docker/compose/
- title: Daemon CLI (dockerd)
description: Persistent process that manages containers.
icon: developer_board
Expand Down
1 change: 1 addition & 0 deletions content/reference/cli/docker/compose/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ aliases:
- /compose/reference/docker-compose/
- /compose/reference/help/
- /engine/reference/commandline/compose/
- /compose/reference/
layout: cli
---

Expand Down
6 changes: 2 additions & 4 deletions data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ Reference:
title: docker checkpoint rm
- sectiontitle: docker compose
section:
- path: /compose/reference/
title: overview
- path: /reference/cli/docker/compose/
title: docker compose
- path: /reference/cli/docker/compose/alpha/
title: docker compose alpha
- path: /reference/cli/docker/compose/alpha/dry-run/
Expand All @@ -425,8 +425,6 @@ Reference:
title: docker compose alpha scale
- path: /reference/cli/docker/compose/alpha/viz/
title: docker compose alpha viz
- path: /reference/cli/docker/compose/
title: docker compose
- path: /reference/cli/docker/compose/build/
title: docker compose build
- path: /reference/cli/docker/compose/config/
Expand Down