chore: force_pull true by default
This commit is contained in:
parent
abac3ee167
commit
27748003c4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue