compose_down
Stop and remove Docker Compose services, optionally deleting named volumes and orphan containers to clean up your environment.
Instructions
Stop and remove Docker Compose services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to docker-compose.yml file | |
| volumes | No | Remove named volumes declared in the volumes section | |
| projectName | No | Specify project name | |
| removeOrphans | No | Remove containers for services not defined in the Compose file |