Conversation
Codecov Report
@@ Coverage Diff @@
## develop #479 +/- ##
========================================
Coverage 92.33% 92.33%
========================================
Files 98 98
Lines 3248 3248
Branches 330 330
========================================
Hits 2999 2999
Misses 203 203
Partials 46 46 Continue to review full report at Codecov.
|
| docker-compose up | ||
|
|
||
| This will keep running continuously in your console window, so to execute further commands you'll need | ||
| to open a new console window or tab. |
There was a problem hiding this comment.
Worth adding that if you don't want it to occupy the terminal (Console is actually a system event logging tool on Mac) you can specify the -d flag to run it in the background and that you can then stop the containers using docker-compose down?
There was a problem hiding this comment.
yep good idea, thanks
No description provided.