Builds, creates, and starts all services defined in the Compose project.
Section: Project Lifecycle
Start services in foreground
bash
bash
docker compose upExplanation
Use this for the default local startup flow.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Project Lifecycle
Start existing containers
Starts previously created services without recreating them.
Stop running services
Gracefully stops running containers in the project.