compose_restart
Restart Docker Compose services in a stack. Specify services or path to restart all, with configurable timeout.
Instructions
Restart Docker Compose services. Restart specific services or the entire stack.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to docker-compose.yml file or its parent directory | |
| services | No | Specific services to restart (empty = all) | |
| timeout | No | Shutdown timeout in seconds (default: 10) |