Skip to content

Commit 1457fb4

Browse files
docs: address issue #24343 (#24345)
## Summary Updated Compose production readiness language to use present-tense framing instead of stale time-relative language. ## Changes - Replaced "has traditionally been focused on development and testing workflows, but with each release we're making progress on more production-oriented features" with present-tense language that accurately reflects Compose's current production capabilities - Changed from developer perspective ("we're making progress") to user-focused language - Removed suggestion that Compose is still becoming production-ready Fixes #24343 --- 🤖 Generated with [Docker Agent](https://github.com/docker/docker-agent) Co-authored-by: aevesdocker <102604716+aevesdocker@users.noreply.github.com>
1 parent 3191bd5 commit 1457fb4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

content/manuals/compose/intro/features-uses.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ description: Discover the benefits and typical use cases of Docker Compose for c
33
keywords: docker compose, compose use cases, compose benefits, container orchestration, development environments, testing containers, yaml file
44
title: Why use Compose?
55
weight: 20
6-
aliases:
7-
- /compose/features-uses/
6+
aliases:
7+
- /compose/features-uses/
88
---
99

1010
## Key benefits of Docker Compose
@@ -55,8 +55,9 @@ $ docker compose down
5555

5656
### Single host deployments
5757

58-
Compose has traditionally been focused on development and testing workflows,
59-
but with each release we're making progress on more production-oriented features.
58+
Compose supports production deployments on single hosts. You can use
59+
Compose to deploy applications to remote Docker hosts and manage
60+
production-specific configurations.
6061

6162
For details on using production-oriented features, see
6263
[Compose in production](/manuals/compose/how-tos/production.md).

0 commit comments

Comments
 (0)