From 01740ee9e4eb55618dd942e8f88ea7aa5a269a75 Mon Sep 17 00:00:00 2001 From: Travis Tomka Date: Thu, 30 Mar 2017 20:00:26 -0600 Subject: [PATCH] Add docker-compose start command. --- src/Task/Start.php | 18 ++++++++++++++++++ src/Task/loadTasks.php | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100755 src/Task/Start.php 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. */