Skip to content

composer server stop doesn't stop mutagen container #476

@mikelittle

Description

@mikelittle

The command composer server stop doesn't stop the mutagen container, regardless of whether you add the --mutagen flag.

Steps to reproduce:

  1. Start a local server stack with composer server start --mutagen
  2. Stop the stack with composer server stop --mutagen
  3. Run docker ps. Observe that both the mutagen and altis-proxy container 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 stop should stop the mutagen container if it was started.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugExisting functionality isn't behaving as expectedto refineIssue needs to be refined

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions