Skip to content

Commit

Permalink
Merge pull request #43 from ManatiCR/HOTFIX/fix-up-command-docker-com…
Browse files Browse the repository at this point in the history
…pose-2

Hotfix: adding missing 's' for the remove-orphan option into the start command
  • Loading branch information
kporras07 committed Aug 3, 2021
2 parents a4af799 + fed8eb6 commit 4d30a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Commands/StartCommand.php
Expand Up @@ -39,7 +39,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
'create',
'chirripo_proxy',
],
array_merge(['docker-compose', '-p', $_ENV['PROJECT_NAME']], $files, ['up', '-d', '--remove-orphan']),
array_merge(['docker-compose', '-p', $_ENV['PROJECT_NAME']], $files, ['up', '-d', '--remove-orphans']),
[
'docker',
'cp',
Expand Down

0 comments on commit 4d30a3d

Please sign in to comment.