We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The command composer server stop doesn't stop the mutagen container, regardless of whether you add the --mutagen flag.
--mutagen
Steps to reproduce:
composer server start --mutagen
composer server stop --mutagen
docker ps
mutagen
altis-proxy
I expect the mutagen container to be stopped along with the others leaving only the altis-proxy container.
Acceptance criteria:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command
composer server stop
doesn't stop the mutagen container, regardless of whether you add the--mutagen
flag.Steps to reproduce:
composer server start --mutagen
composer server stop --mutagen
docker ps
. Observe that both themutagen
andaltis-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:
composer server stop
should stop themutagen
container if it was started.The text was updated successfully, but these errors were encountered: