-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugExisting functionality isn't behaving as expectedExisting functionality isn't behaving as expectedto refineIssue needs to be refinedIssue needs to be refined
Description
The command composer server stop doesn't stop the mutagen container, regardless of whether you add the --mutagen flag.
Steps to reproduce:
- Start a local server stack with
composer server start --mutagen - Stop the stack with
composer server stop --mutagen - Run
docker ps. Observe that both themutagenandaltis-proxycontainer are still running. The latter is expected, but the former is not.
I expect the mutagen container to be stopped along with the others leaving only the altis-proxy container.
Acceptance criteria:
- Typing
composer server stopshould stop themutagencontainer if it was started.
Metadata
Metadata
Assignees
Labels
bugExisting functionality isn't behaving as expectedExisting functionality isn't behaving as expectedto refineIssue needs to be refinedIssue needs to be refined