Add autoupdate_images to listed config
This commit is contained in:
parent
abaf29483b
commit
551b73b62b
1 changed files with 2 additions and 1 deletions
|
@ -274,7 +274,8 @@
|
|||
}
|
||||
},
|
||||
"docker": {
|
||||
"socket": "/var/run/docker.sock"
|
||||
"socket": "/var/run/docker.sock",
|
||||
"autoupdate_images": false
|
||||
},
|
||||
"sftp": {
|
||||
"path": "{{ $node->daemonBase }}",
|
||||
|
|
Loading…
Reference in a new issue