Skip to content

Commit

Permalink
always ignore exit-code from docker-compose in thread that collects c…
Browse files Browse the repository at this point in the history
…ontainers output Fixes #80
  • Loading branch information
augi committed Feb 2, 2018
1 parent 2e5c4c9 commit 584306e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ class ComposeExecutor {
}
}
}
// if containers are not stopped then docker-compose exits with 143
executeWithCustomOutput(os, !settings.stopContainers, 'logs', '-f', '--no-color')
executeWithCustomOutput(os, true, 'logs', '-f', '--no-color')
}
})
t.daemon = true
Expand Down

0 comments on commit 584306e

Please sign in to comment.