mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
docs: address issue #24343
This change was automatically generated by the documentation agent team in response to issue #24343. 🤖 Generated with cagent
This commit is contained in:
committed by
github-actions[bot]
parent
762566dae1
commit
42ed93d96b
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user