Hi,
I would like to have the possibility to run docker-compose up without --build and without -d.
Reasons:
--build : takes a long time on my laptop and I don't see the need to build everytime. also since it runs in cmd shell it sometimes breaks with an IO error (same command in powershell is fine)
-d: I usually run a unittest right after bringing my dev enviroment up, so I really would like to see this part of the log
Thx!