humanmade / humanmade/altis-dev-tools

`composer server stop` doesn't stop mutagen container

Open
#476 1 comment 0 reactions 0 assignees View on GitHub
bug to refine
Dominant language
PHP
Stars
7
Forks
0
Avg merge
1d 9h
Merged PRs (30d)
2

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.