Skip to content
Open
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
15 changes: 9 additions & 6 deletions _vendor/github.com/docker/compose/v2/docs/reference/compose.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ $ docker compose ps

For a full list of all the Compose CLI commands, see the [reference documentation](/reference/cli/docker/compose/_index.md).

## Illustrative example
## Example

The following example illustrates the Compose concepts outlined above. The example is non-normative.

Expand Down
2 changes: 1 addition & 1 deletion content/reference/compose-file/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If `pull_policy` is missing from the service definition, Compose attempts to pul

Compose with `build` support offers an option to push built images to a registry. When doing so, it doesn't try to push service images without an `image` attribute. Compose warns you about the missing `image` attribute which prevents images being pushed.

## Illustrative example
## Example

The following example illustrates Compose Build Specification concepts with a concrete sample application. The sample is non-normative.

Expand Down
2 changes: 1 addition & 1 deletion content/reference/compose-file/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ weight: 150

This page defines how Compose behaves to efficiently assist you and defines the development constraints and workflows set by Compose. Only a subset of Compose file services may require a `develop` subsection.

## Illustrative example
## Example

```yaml
services:
Expand Down
2 changes: 1 addition & 1 deletion content/reference/compose-file/profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ References to other services (by `links`, `extends` or shared resource syntax `s
automatically enable a component that would otherwise have been ignored by active profiles. Instead
Compose returns an error.

## Illustrative example
## Example

```yaml
services:
Expand Down