Docker Compose v2.2 Release Notes

    • 🐳 Introduced version 2.2 of the docker-compose.yml specification. This version requires to be used with Docker Engine 1.13.0 or above

    • ➕ Added support for init in service definitions.

    • ➕ Added support for scale in service definitions. The configuration's value can be overridden using the --scale flag in docker-compose up. Please note that the scale command is disabled for this file format