Add autoupdate_images to listed config

This commit is contained in:
Dane Everitt 2016-09-14 18:40:48 -04:00
parent abaf29483b
commit 551b73b62b
1 changed files with 2 additions and 1 deletions

View File

@ -274,7 +274,8 @@
}
},
"docker": {
"socket": "/var/run/docker.sock"
"socket": "/var/run/docker.sock",
"autoupdate_images": false
},
"sftp": {
"path": "{{ $node->daemonBase }}",