diff --git a/src/Task/Start.php b/src/Task/Start.php new file mode 100755 index 0000000..261bd96 --- /dev/null +++ b/src/Task/Start.php @@ -0,0 +1,18 @@ +task(Down::class, $pathToDockerCompose); } + /** + + /** + * Docker compose start task. + */ + protected function taskDockerComposeStart($pathToDockerCompose = null) + { + return $this->task(Start::class, $pathToDockerCompose); + } + /** * Docker compose restart task. */