Usage
Flags
Description
Restarts running containers. If--service is specified, restarts only that service. Otherwise, restarts all services in the current project.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Restart services (individual or entire stack).
dokrypt restart [flags]
| Flag | Type | Default | Description |
|---|---|---|---|
--service | string | — | Restart a specific service only |
--service is specified, restarts only that service. Otherwise, restarts all services in the current project.
dokrypt restart
dokrypt restart --service ethereum
| 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 |