Usage
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
--service | string | — | Restart a specific service only |
Description
Restarts running containers. If--service is specified, restarts only that service. Otherwise, restarts all services in the current project.
Examples
Restart all services
Restart a specific service
Errors
| Error | Cause | Solution |
|---|---|---|
No running stack | No services are running | Run dokrypt up first |
Service not found | The specified service doesn’t exist | Check service names with dokrypt status |