chore: force_pull true by default

This commit is contained in:
Jason Song 2024-04-02 15:33:40 +08:00
parent abac3ee167
commit 27748003c4
No known key found for this signature in database
GPG key ID: 8402EEEE4511A8B5

View file

@ -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