Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

composer server stop doesn't stop mutagen container #476

Open
1 task
mikelittle opened this issue Feb 23, 2023 · 0 comments
Open
1 task

composer server stop doesn't stop mutagen container #476

mikelittle opened this issue Feb 23, 2023 · 0 comments
Labels
bug Existing functionality isn't behaving as expected to refine Issues needing refinement.

Comments

@mikelittle
Copy link
Contributor

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.
@mikelittle mikelittle added bug Existing functionality isn't behaving as expected to refine Issues needing refinement. labels Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Existing functionality isn't behaving as expected to refine Issues needing refinement.
Projects
None yet
Development

No branches or pull requests

1 participant