Skip to main content

Usage

dokrypt restart [flags]

Flags

FlagTypeDefaultDescription
--servicestringRestart 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

dokrypt restart

Restart a specific service

dokrypt restart --service ethereum

Errors

ErrorCauseSolution
No running stackNo services are runningRun dokrypt up first
Service not foundThe specified service doesn’t existCheck service names with dokrypt status