DEV Community

Discussion on: Docker Compose tips for any developers

Collapse
 
zavrelj profile image
Jan Zavrel

It's actually docker-compose up -d to detach it from the Terminal session and run it in the background. This way, you can still use the same Terminal window for other tasks. Anyway, nice article!

Collapse
 
aminnairi profile image
Amin

Hi there and thanks for you answer. You are right, I made a typo here and I meant to write docker-compose up --detach instead!