Skip to content

stop

Stop a running app.

Usage

sh
mithrandir stop <app>

Arguments

ArgumentDescription
appRequired. App name to stop

Description

Stops the app's Docker container using docker compose down.

Notes

  • Requires root privileges