docker compose build --no-cache

Category: Self-Hosting

docker compose build --no-cache

Rebuild all service images from scratch, ignoring the layer cache — ensures fresh builds

Rebuilds custom images from Dockerfiles ignoring the layer cache. Use this when dependency changes aren't being picked up.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.