Download Latest Version 1.23.2.tar.gz (303.0 kB)
Email in envelope

Get an email when there's a new version of compose

Home / 1.11.2
Name Modified Size InfoDownloads / Week
Parent folder
run.sh 2017-02-22 1.4 kB
docker-compose-Linux-x86_64 2017-02-21 8.3 MB
docker-compose-Windows-x86_64.exe 2017-02-21 6.4 MB
docker-compose-Darwin-x86_64 2017-02-21 5.4 MB
1.11.2.tar.gz 2017-02-17 227.4 kB
1.11.2.zip 2017-02-17 314.5 kB
README.md 2017-02-17 1.5 kB
Totals: 7 Items   20.6 MB 0

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

Docker for Mac and Windows 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.11.2/docker-compose-`uname -s`-`uname -m` > /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 format Docker Engine
3.0 ; 3.1 1.13.0+
2.1 1.12.0+
2.0 1.10.0+
1.0 1.9.1+

Changes

Bugfixes

  • Fixed a bug that was preventing secrets configuration from being loaded properly
  • Fixed a bug where the docker-compose config command would fail if the config file contained secrets definitions
  • Fixed an issue where Compose on some linux distributions would pick up and load an outdated version of the requests library
  • Fixed an issue where socket-type files inside a build folder would cause docker-compose to crash when trying to build that service
  • Fixed an issue where recursive wildcard patterns ** were not being recognized in .dockerignore files.

Thanks to @dnephin for contributing to this release!

Source: README.md, updated 2017-02-17