Commands.app

docker-compose up

Docker Compose

Create and start containers defined in docker-compose.yml

Options & Flags
Available options for this command
-d

Detached mode

--build

Build images before starting

Examples
Common usage examples

Start services

docker-compose up

Start services in background

docker-compose up -d
Related Commands
You might also find these useful