docker compose up --no-build

Category: Docker

docker compose up --no-build

Start services without building images

Skips the build step for services with Dockerfiles, using whatever images already exist or failing if missing. Faster when you know images are current. The --build flag forces a rebuild on the next run.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.