Skip to content

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 17:28
· 13 commits to main since this release
4eb34ea

Patch Changes

  • a210900: stop no longer requires a fully valid config: it reads only composeProjectName and tears the stack down by Compose project label (docker compose -p <name> down --remove-orphans), so a broken config can still stop a running stack. If composeProjectName itself is missing or invalid, stop fails with the usual config error. All other Docker commands still validate the full config.