Add docker-compose start command.
This commit is contained in:
@@ -23,6 +23,16 @@ trait loadTasks
|
||||
return $this->task(Down::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
/**
|
||||
* Docker compose start task.
|
||||
*/
|
||||
protected function taskDockerComposeStart($pathToDockerCompose = null)
|
||||
{
|
||||
return $this->task(Start::class, $pathToDockerCompose);
|
||||
}
|
||||
|
||||
/**
|
||||
* Docker compose restart task.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user