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
feat(core): DockerCompose.stop now stops only services that it starts (does not stop the other services) (#620)
The command would otherwise stop/down all services, not just the
services the instance itself started.
Useful for e.g. one fixture per service, and you want different scopes
for the services.
0 commit comments