All Versions
130
Latest Version
3.7
Avg Release Cycle
15 days
Latest Release
-

Changelog History
Page 6

  • v1.25.2-rc2 Changes

    January 20, 2020

    ๐Ÿ 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.2-rc1/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

    ๐Ÿ”‹ Features

    ๐Ÿ‘ Allow compatibility option with COMPOSE_COMPATIBILITY environment variable

    โฌ†๏ธ Bump PyInstaller from 3.5 to 3.6

    โฌ†๏ธ Bump pysocks from 1.6.7 to 1.7.1

    โฌ†๏ธ Bump websocket-client from 0.32.0 to 0.57.0

    โฌ†๏ธ Bump urllib3 from 1.24.2 to 1.25.7

    โฌ†๏ธ Bump jsonschema from 3.0.1 to 3.2.0

    โฌ†๏ธ Bump PyYAML from 4.2b1 to 5.3

    โฌ†๏ธ Bump certifi from 2017.4.17 to 2019.11.28

    โฌ†๏ธ Bump coverage from 4.5.4 to 5.0.3

    โฌ†๏ธ Bump paramiko from 2.6.0 to 2.7.1

    โฌ†๏ธ Bump cached-property from 1.3.0 to 1.5.1

    โฌ†๏ธ Bump minor Linux and MacOSX dependencies

    ๐Ÿ›  Bugfixes

    Validate version format on formats 2+

    Assume infinite terminal width when not running in a terminal

    ๐Ÿš€ Thanks to @thaJeztah, @GeyseR, @kiniou, @yukihira1992, @benthorner, @chris-crone, @frenzymadness, @dependabot-preview[bot], @ndeloof, @ulyssessouza for contributing to this release!

  • v1.25.2-rc1

    January 17, 2020
  • v1.25.1 Changes

    January 07, 2020

    ๐Ÿ 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.1/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

    ๐Ÿ”‹ Features

    โฌ†๏ธ Bump pytest-cov 2.8.1

    โฌ†๏ธ Bump flake8 3.7.9

    โฌ†๏ธ Bump coverage 4.5.4

    ๐Ÿ›  Bugfixes

    Decode APIError explanation to unicode before usage on start and create of a container

    Reports when images that cannot be pulled and must be built

    ๐Ÿณ Discard label com.docker.compose.filepaths having None as value. Typically, when coming from stdin

    โž• Added OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan

    Passed in HOME env-var in container mode (running with script/run/run.sh)

    ๐Ÿ— Reverted behavior of "only pull images that we can't build" and replace by a warning informing the image we can't pull and must be built

    ๐Ÿš€ Thanks to @dependabot-preview[bot], @ulyssessouza for contributing to this release!

    Integrity check

    Binary name SHA-256 sum
    ๐Ÿณ docker-compose-Darwin-x86_64.tgz
    ๐Ÿณ docker-compose-Darwin-x86_64
    ๐Ÿง docker-compose-Linux-x86_64
    ๐Ÿ docker-compose-Windows-x86_64.exe
  • v1.25.1-rc1 Changes

    November 29, 2019

    ๐Ÿ 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.1-rc1/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

    ๐Ÿณ Discard label com.docker.compose.filepaths having None as value. Typically, when coming from stdin

    โž• Add OSX binary as a directory to solve slow start up time caused by MacOS Catalina binary scan

    Pass in HOME env-var in container mode (running with script/run/run.sh)

    ๐Ÿ— Revert behavior of "only pull images that we can't build" and replace by a warning informing the image we can't pull and must be built

    ๐Ÿš€ Thanks to @glance-, @chris-crone, @ndeloof, @ulyssessouza for contributing to this release!

    Integrity check

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

    May 24, 2019

    ๐Ÿ 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-rc1/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

    ๐Ÿ”‹ Features

    โž• Add tag docker-compose:latest

    โž• Add docker-compose:<version>-alpine image/tag

    โž• Add docker-compose:<version>-debian image/tag

    โฌ†๏ธ Bumped docker-py 4.0.1

    ๐Ÿ‘Œ Supports requests up to 2.22.0 version

    โฌ‡๏ธ Drops empty tag on build:cache_from

    ๐Ÿณ Dockerfile now generates libmusl binaries for alpine

    Only pull images that can't be built

    Attribute scale can now accept 0 as a value

    โž• Added --quiet build flag

    โž• Added --no-interpolate to docker-compose config

    โฌ†๏ธ Bump OpenSSL for macOS build (1.1.0j to 1.1.1a)

    โž• Added --no-rm to build command

    โž• Added support for credential_spec

    Resolve digests without pulling image

    โฌ†๏ธ Upgrade pyyaml to 4.2b1

    ๐Ÿšš Lowered severity to warning if down tries to remove nonexisting image

    ๐Ÿ‘‰ Use improved API fields for project events when possible

    โšก๏ธ Update setup.py for modern pypi/setuptools and remove pandoc dependencies

    โœ‚ Removed Dockerfile.armhf which is no longer needed

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fixed --remove-orphans when used with up --no-start

    ๐Ÿ›  Fixed docker-compose ps --all

    ๐Ÿ›  Fixed depends_on dependency recreation behavior

    ๐Ÿ›  Fixed bash completion for build --memory

    ๐Ÿ›  Fixed misleading warning concerning env vars when performing an exec command

    Fixed failure check in parallel_execute_watch

    ๐Ÿ›  Fixed race condition after pulling image

    ๐Ÿ›  Fixed error on duplicate mount points.

    ๐Ÿ›  Fixed merge on networks section

    Always connect Compose container to stdin

    ๐Ÿ›  Fixed the presentation of failed services on 'docker-compose start' when containers are not available

    ๐Ÿš€ Thanks to @shin-, @tuttieee, @slowr, @akshitgrover, @bfirsh, @joeweoj, @joakimr-axis, @Inconnu08, @orisano, @GeyseR, @albers, @collin5, @kudos, @mikesir87, @CatEars, @rumpl, @ijc, @chris-crone, @ulyssessouza 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
  • v1.25.0-rc4 Changes

    October 28, 2019

    ๐Ÿ 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-rc4/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

    ๐Ÿ”‹ 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 @jcsirot, @rumpl 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
  • v1.25.0-rc3 Changes

    October 28, 2019

    ๐Ÿ 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 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

    ๐Ÿ”‹ 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 name SHA-256 sum
    ๐Ÿณ docker-compose-Darwin-x86_64
    ๐Ÿง docker-compose-Linux-x86_64
    ๐Ÿ docker-compose-Windows-x86_64.exe
  • v1.25.0-rc2 Changes

    August 07, 2019

    ๐Ÿ 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-rc2/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

    ๐Ÿ”‹ 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 @ijc, @javabrett, @albers, @dave-tucker, @seemethere, @silvin-lubecki, @jcsirot, @Inconnu08, @Goryudyuma, @chris-crone, @rumpl, @KlaasH, @ulyssessouza 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
  • v1.25.0-rc1 Changes

    May 24, 2019

    ๐Ÿ 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-rc1/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

    ๐Ÿ”‹ Features

    โž• Add tag docker-compose:latest

    โž• Add docker-compose:<version>-alpine image/tag

    โž• Add docker-compose:<version>-debian image/tag

    โฌ†๏ธ Bumped docker-py 4.0.1

    ๐Ÿ‘Œ Supports requests up to 2.22.0 version

    โฌ‡๏ธ Drops empty tag on build:cache_from

    ๐Ÿณ Dockerfile now generates libmusl binaries for alpine

    Only pull images that can't be built

    Attribute scale can now accept 0 as a value

    โž• Added --quiet build flag

    โž• Added --no-interpolate to docker-compose config

    โฌ†๏ธ Bump OpenSSL for macOS build (1.1.0j to 1.1.1a)

    โž• Added --no-rm to build command

    โž• Added support for credential_spec

    Resolve digests without pulling image

    โฌ†๏ธ Upgrade pyyaml to 4.2b1

    ๐Ÿšš Lowered severity to warning if down tries to remove nonexisting image

    ๐Ÿ‘‰ Use improved API fields for project events when possible

    โšก๏ธ Update setup.py for modern pypi/setuptools and remove pandoc dependencies

    โœ‚ Removed Dockerfile.armhf which is no longer needed

    ๐Ÿ›  Bugfixes

    ๐Ÿ›  Fixed --remove-orphans when used with up --no-start

    ๐Ÿ›  Fixed docker-compose ps --all

    ๐Ÿ›  Fixed depends_on dependency recreation behavior

    ๐Ÿ›  Fixed bash completion for build --memory

    ๐Ÿ›  Fixed misleading warning concerning env vars when performing an exec command

    Fixed failure check in parallel_execute_watch

    ๐Ÿ›  Fixed race condition after pulling image

    ๐Ÿ›  Fixed error on duplicate mount points.

    ๐Ÿ›  Fixed merge on networks section

    Always connect Compose container to stdin

    ๐Ÿ›  Fixed the presentation of failed services on 'docker-compose start' when containers are not available

    ๐Ÿš€ Thanks to @shin-, @tuttieee, @slowr, @akshitgrover, @bfirsh, @joeweoj, @joakimr-axis, @Inconnu08, @orisano, @GeyseR, @albers, @collin5, @kudos, @mikesir87, @CatEars, @rumpl, @ijc, @chris-crone, @ulyssessouza 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
  • v1.24.1 Changes

    June 24, 2019

    ๐Ÿ 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.24.1/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

    • ๐Ÿ›  Fixed acceptance tests

    ๐Ÿš€ Thanks to @dave-tucker, @rumpl 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