docker_compose_up
Start Docker Compose services from a compose file. Select specific services or run all in detached mode.
Instructions
Start Docker Compose services.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to the Compose file. Default: "docker-compose.yml". | docker-compose.yml |
| detach | No | Run in detached mode. Default: True. | |
| confirm | No | Set to True to confirm when required by config. | |
| services | No | Space-separated service names to start. Leave empty for all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||