From 27748003c4b04d0e0a67c4e2b1077c2f279a9a3f Mon Sep 17 00:00:00 2001 From: Jason Song Date: Tue, 2 Apr 2024 15:33:40 +0800 Subject: [PATCH] chore: force_pull true by default --- internal/pkg/config/config.example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/config/config.example.yaml b/internal/pkg/config/config.example.yaml index 78c34a7..648db96 100644 --- a/internal/pkg/config/config.example.yaml +++ b/internal/pkg/config/config.example.yaml @@ -88,7 +88,7 @@ container: # If it's not empty or "-", the specified docker host will be used. An error will be returned if it doesn't work. docker_host: "" # Pull docker image(s) even if already present - force_pull: false + force_pull: true # Rebuild docker image(s) even if already present force_rebuild: false