diff --git a/docker-compose.yml b/docker-compose.yml index acd04f3..04588b2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,7 @@ services: # Enable BuildKit for better caching args: BUILDKIT_INLINE_CACHE: "1" + pull_policy: if_not_present # Multi-platform support (optional) # platforms: # - linux/amd64