From 42ed93d96ba45e7b2f2be13e1eef90439e5ae9c8 Mon Sep 17 00:00:00 2001 From: aevesdocker <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:24:04 +0000 Subject: [PATCH] docs: address issue #24343 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This change was automatically generated by the documentation agent team in response to issue #24343. 🤖 Generated with cagent --- content/manuals/compose/intro/features-uses.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/manuals/compose/intro/features-uses.md b/content/manuals/compose/intro/features-uses.md index 707b1539d1..23343b3a05 100644 --- a/content/manuals/compose/intro/features-uses.md +++ b/content/manuals/compose/intro/features-uses.md @@ -3,8 +3,8 @@ description: Discover the benefits and typical use cases of Docker Compose for c keywords: docker compose, compose use cases, compose benefits, container orchestration, development environments, testing containers, yaml file title: Why use Compose? weight: 20 -aliases: -- /compose/features-uses/ +aliases: + - /compose/features-uses/ --- ## Key benefits of Docker Compose @@ -55,8 +55,9 @@ $ docker compose down ### Single host deployments -Compose has traditionally been focused on development and testing workflows, -but with each release we're making progress on more production-oriented features. +Compose supports production deployments on single hosts. You can use +Compose to deploy applications to remote Docker hosts and manage +production-specific configurations. For details on using production-oriented features, see [Compose in production](/manuals/compose/how-tos/production.md).