You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.