Skip to content

Commit 551b73b

Browse files
committed
Add autoupdate_images to listed config
1 parent abaf294 commit 551b73b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/views/admin/nodes/view.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@
274274
}
275275
},
276276
"docker": {
277-
"socket": "/var/run/docker.sock"
277+
"socket": "/var/run/docker.sock",
278+
"autoupdate_images": false
278279
},
279280
"sftp": {
280281
"path": "{{ $node->daemonBase }}",

0 commit comments

Comments
 (0)