Docker Compose v1.23.2 Release Notes

Release Date: 2018-11-28 // over 5 years ago
  • ๐Ÿ 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.23.2/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 format | Docker Engine | | --- | --- | | 1 | 1.9.0+ | | 2.0 | 1.10.0+ | | 2.1 | 1.12.0+ | | 2.2, 3.0, 3.1, 3.2 | 1.13.0+ | | 2.3, 3.3, 3.4, 3.5 | 17.06.0+ | | 2.4 | 17.12.0+ | | 3.6 | 18.02.0+ | | 3.7 | 18.06.0+ |

    ๐Ÿ”„ Changes

    ๐Ÿ›  Bugfixes

    โช Reverted a 1.23.0 change that appended random strings to container names
    ๐Ÿณ created by docker-compose up, causing addressability issues.
    ๐Ÿณ Note: Containers created by docker-compose run will continue to use
    randomly generated names to avoid collisions during parallel runs.

    ๐Ÿ›  Fixed an issue where some dockerfile paths would fail unexpectedly when
    ๐Ÿ attempting to build on Windows.

    ๐Ÿ›  Fixed a bug where build context URLs would fail to build on Windows.

    ๐Ÿ›  Fixed a bug that caused run and exec commands to fail for some otherwise
    accepted values of the --host parameter.

    ๐Ÿ›  Fixed an issue where overrides for the storage_opt and isolation keys in
    service definitions weren't properly applied.

    ๐Ÿ›  Fixed a bug where some invalid Compose files would raise an uncaught
    ๐Ÿ‘ป exception during validation.

    ๐Ÿš€ Thanks to @shin- for contributing to this release!

    Integrity check

    Binary name SHA-256 sum
    ๐Ÿณ docker-compose-Darwin-x86_64
    ๐Ÿง docker-compose-Linux-x86_64
    ๐Ÿ docker-compose-Windows-x86_64.exe