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

v1.0.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Feb 15:28
· 909 commits to main since this release
af62c52

New

Local Compose

  • Support for new commands : docker compose create, docker compose start, docker compose stop, docker compose kill
  • Support compose up --env-file option
  • Support compose up --force-recreate and --no-recreate options
  • Support compose logs --tail and --follow options
  • Support for Compose profiles
  • Make --file and --project-name global Compose options
  • Add HEALTH column in docker compose ps
  • Support docker compose ps --all option

Bug fixes and minor updates

  • Fix progress sometimes displaying negative elapsed time
  • Local Compose: don't remove containers in parallel as we follow dependency order
  • Local Compose: After docker compose up, Ctrl+C will stop containers, but not remove the app (compose down), like docker-compose