compose_up
Start Docker Compose services with options to run in background, rebuild images, or launch specific services from a docker-compose.yml file.
Instructions
Start Compose services. Use detach=true for background, build=true to rebuild.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to docker-compose.yml | |
| services | No | Specific services to start | |
| detach | No | Run in background | |
| build | No | Build images before starting |