Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 165 Bytes

docker-compose-up-d.md

File metadata and controls

12 lines (9 loc) · 165 Bytes

@ katopz

What options -d use for?

docker-compose up -d
  • "Detached mode"
  • "Debug mode"
  • "Don't start linked services"
  • "Don't build an image"