Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

v1.0.16

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 10:17
· 405 commits to main since this release
d16a5f4

Bug fixes and minor changes

  • Do not try to attach to services removed from compose file when compose up
  • Used the Bind API for named pipes mount. Fixes #1664
  • docker compose ps shows healthcheck only for running container. Fixes #1671, #1672
  • Resolve build args on compose up --build. Fixes #1665
  • Only (re)start selected services when user explicitly pass service names on (re)start commands. Fixes #1685
  • Configure exec environment by merging service env as defined in compose file and --env parameters. Fixes #1681
  • Support compose file set by COMPOSE_FILE env var. Fixes #1668
  • Do not resolve mount linux absolute paths as windows paths on windows. Fixes #1591

ACI Integration

  • Support Azure login page on WSL 1. Thanks @steele