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 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:
The command
composer server stopdoesn't stop the mutagen container, regardless of whether you add the--mutagenflag.Steps to reproduce:
composer server start --mutagencomposer server stop --mutagendocker 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-proxycontainer.Acceptance criteria:
composer server stopshould stop themutagencontainer if it was started.