releases.shpreview

1.25.0-rc3

$npx -y @buildinternet/releases show rel_cIWVtYsFihxlhuL_Aas0N

If you're a Mac or Windows user, the best way to install Compose and keep it up-to-date is Docker Desktop for Mac and Windows.

Docker Desktop will automatically install the latest version of Docker Engine for you.

Alternatively, you can use the usual commands to install or upgrade Compose:

curl -L https://github.com/docker/compose/releases/download/1.25.0-rc3/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

See the install docs for more install options and instructions.

Compose file format compatibility matrix

Compose file formatDocker Engine
11.9.0+
2.01.10.0+
2.11.12.0+
2.2, 3.0, 3.1, 3.21.13.0+
2.3, 3.3, 3.4, 3.517.06.0+
2.417.12.0+
3.618.02.0+
3.718.06.0+

Changes

Features

  • Added support for connecting to the Docker Engine using the ssh protocol.

  • Added a --all flag to docker-compose ps to include stopped one-off containers in the command's output.

  • Add bash completion for ps --all|-a

  • Support for credential_spec

  • Add --parallel to docker build's options in bash and zsh completion

Bugfixes

  • Fixed a bug where some valid credential helpers weren't properly handled by Compose when attempting to pull images from private registries.

  • Fixed an issue where the output of docker-compose start before containers were created was misleading

  • To match the Docker CLI behavior and to avoid confusing issues, Compose will no longer accept whitespace in variable names sourced from environment files.

  • Compose will now report a configuration error if a service attempts to declare duplicate mount points in the volumes section.

  • Fixed an issue with the containerized version of Compose that prevented users from writing to stdin during interactive sessions started by run or exec.

  • One-off containers started by run no longer adopt the restart policy of the service, and are instead set to never restart.

  • Fixed an issue that caused some container events to not appear in the output of the docker-compose events command.

  • Missing images will no longer stop the execution of docker-compose down commands (a warning will be displayed instead).

  • Force virtualenv version for macOS CI

  • Fix merging of compose files when network has None config

  • Fix CTRL+C issues by enabling bootloader_ignore_signals in pyinstaller

  • Bump docker-py version to 3.7.2 to fix SSH and proxy config issues

  • Fix release script and some typos on release documentation

Thanks to @chibby0ne, @aiordache, @samueljsb, @danilkister, @silvin-lubecki, @Marian-Gappa, @lukas9393, @okor, @chris-crone, @amezin, @StefanScherer, @jcsirot, @guillaumerose, @rumpl, @zelahi, @orisano, @glours, @ndeloof, @ulyssessouza for contributing to this release!

Integrity check

Binary nameSHA-256 sum
docker-compose-Darwin-x86_64b48ca542dc579ab9cf0ad7688521df79a429d02c3183361580ce412873a126c9
docker-compose-Linux-x86_6401849bc76682662f8f5416a858c7a2a150688e44ed5e9e0614a9cacab2f329b7
docker-compose-Windows-x86_64.exee22746289e9e700723b38f6b94cc164cbb04e416213eb751edc853786d84b91f

Fetched March 31, 2026