DO

Docker Compose

Docker Compose is a tool for defining and running multi-container Docker applications using a YAML file to configure the application's services, networks, and volumes. It enables launching the entire stack with a single command, improving developer ergonomics and environment consistency.
Latest: 2.35.1
Last checked: Aug 5, 2025 12:01pm
Rank: 4529/15140
Monitored via:
Winget Request more monitors
Follow to track new versions in your feed.
Report

Version & Lifecycle

0
Current: 2.35.1 Predicted EOL: 2025-12-31 Avg cadence: Monthly

Top Contributors

Top sitewide contributors:

  1. Anbarasan
  2. nico_k
  3. Bob
  4. Vigneshwaran

Community Notes

No community notes yet

Be the first to as a good question or share deployment tips, customization scripts, command lines, or troubleshooting steps.

Release Notes & Updates

0
Avg cadence:
Updates • 0

Help us match vulnerabilities

No vulnerability match yet. Pick the right product:

Looking for matching products…
Don’t see it? Paste a CPE

Also known as

Other names people use for this app — helps search and matching.

dockercomposeDockercompose 2

Packaging Notes

0

Docker Compose is distributed as a plugin for Docker CLI in Compose V2, replacing the standalone binary from V1.

Notes

0

Docker Compose v2 is integrated as a Docker CLI plugin. It supports defining services, networks, and volumes in a docker-compose.yml file and works across development, testing, staging, and production environments.