Docker Compose v1.28.6 Release Notes

Release Date: 2021-03-23 // about 3 years ago
  • ๐Ÿš€ List of PRs / issues for this release

    ๐Ÿ› Bugs

    • 0๏ธโƒฃ Make --env-file relative to the current working directory and error out for invalid paths. Environment file paths set with --env-file are relative to the current working directory while the default .env file is located in the project directory which by default is the base directory of the Compose file.

    • ๐Ÿ›  Fix missing service property storage_opt by updating the compose schema

    • ๐Ÿ›  Fix build extra_hosts list format

    • โœ‚ Remove extra error message on exec

    Miscellaneous

    • โž• Add compose.yml and compose.yaml to default filename list