Docker Compose

Docker · current 5.5.0

The current version of Docker Compose is 5.5.0 (as of 17/08/2026). patchletter checks the official source daily and emails you every new release.

Docker Compose at a glance

Docker Compose is the widely used tool for defining and running multi-container applications from a declarative YAML file. It ships as part of the Docker tooling with regular releases; the modern Compose V2 is a plugin invoked as "docker compose".

For admins keeping Compose current usually rides along with updating Docker Engine and the CLI plugin. The bigger version story is your images: Compose only orchestrates them, so the security of a stack depends on keeping the referenced image tags current and rebuilt — pin digests for reproducibility and update them deliberately. Compose files often reference secrets and ports — keep secrets out of the file (use env files or a secrets mechanism) and don't expose management ports. After updating Compose or images, recreate and verify the stack. Track Docker's release notes for behaviour changes.

Version history & changelog · as detected by patchletter

VersionChannelDateNotes
5.5.0STABLE17/08/2026Release notes →
5.4.0STABLE03/08/2026Release notes →
5.3.1STABLE07/07/2026Release notes →
5.3.0STABLE02/07/2026Release notes →
5.2.0STABLE23/06/2026Release notes →
5.1.4STABLE20/05/2026Release notes →
5.1.3STABLE15/04/2026Release notes →
5.1.2STABLE09/04/2026Release notes →
5.1.1STABLE20/03/2026Release notes →
5.1.0STABLE24/02/2026Release notes →
5.0.2STABLE21/01/2026Release notes →
5.0.1STABLE18/12/2025Release notes →
5.0.0STABLE02/12/2025Release notes →
2.40.3STABLE30/10/2025Release notes →
2.40.2STABLE22/10/2025Release notes →
2.40.1STABLE17/10/2025Release notes →
2.40.0STABLE03/10/2025Release notes →
2.39.4STABLE19/09/2025Release notes →
2.39.3STABLE09/09/2025Release notes →
2.39.2STABLE08/08/2025Release notes →
2.39.1STABLE24/07/2025Release notes →
2.39.0STABLE24/07/2025Release notes →
2.38.2STABLE08/07/2025Release notes →
2.38.1STABLE30/06/2025Release notes →
2.38.0STABLE30/06/2025Release notes →
2.37.3STABLE24/06/2025Release notes →
2.37.2STABLE20/06/2025Release notes →
2.37.1STABLE12/06/2025Release notes →
2.37.0STABLE05/06/2025Release notes →
2.36.2STABLE23/05/2025Release notes →
2.36.1STABLE19/05/2025Release notes →
2.36.0STABLE07/05/2025Release notes →
2.35.1STABLE17/04/2025Release notes →
2.35.0STABLE10/04/2025Release notes →
2.34.0STABLE14/03/2025Release notes →
2.33.1STABLE21/02/2025Release notes →
2.33.0STABLE12/02/2025Release notes →
2.32.4STABLE15/01/2025Release notes →
2.32.3STABLE13/01/2025Release notes →
2.32.2STABLE07/01/2025Release notes →
2.32.1STABLE16/12/2024Release notes →
2.32.0STABLE13/12/2024Release notes →
2.31.0STABLE28/11/2024Release notes →
2.30.3STABLE07/11/2024Release notes →
2.30.2STABLE05/11/2024Release notes →
2.30.1STABLE30/10/2024Release notes →
2.30.0STABLE29/10/2024Release notes →
2.29.7STABLE20/09/2024Release notes →
2.29.6STABLE19/09/2024Release notes →
2.29.5STABLE17/09/2024Release notes →

Frequently asked questions

What is the latest version of Docker Compose?
Docker Compose 5.5.0, released 17/08/2026. patchletter checks the vendor's official source daily for new releases.
Where can I find the Docker Compose release notes?
The version history above links to the vendor's official release notes where the vendor publishes them. patchletter deliberately stores no vendor full texts.
How do I get notified about new Docker Compose updates?
Free by email: patchletter reports every new release — instantly or bundled as a digest. Unsubscribe anytime with one click.

Never miss a Docker Compose update

We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.

Watch Docker Compose

Embed this badge

Shows the current Docker Compose version and updates itself. Free to use, no account needed.

Docker Compose badge
[![Docker Compose](https://patchletter.com/badge/docker-compose.svg)](https://patchletter.com/en/software/docker-compose)
https://patchletter.com/badge/docker-compose.svg

Also available: ?v=eol (end of support) and ?v=cve (actively exploited).

Related tools in Development & DevOps