docker-compose create [service...]

Creates containers for a service

Arguments

NameDescription
service

Options

NameDescription
--buildBuild images before starting containers
--force-recreateRecreate containers even if their configuration and image haven't changed
--no-buildDon't build an image, even if it's missing
--no-recreateIf containers already exist, don't recreate them. Incompatible with --force-recreate