From 8a7ea03b55ec3400b28b41f8e38a0e309f914628 Mon Sep 17 00:00:00 2001 From: John Guan Date: Thu, 23 Dec 2021 15:32:16 +0800 Subject: [PATCH] Update FileBrowser appfile --- Apps/FileBrowser/appfile.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/FileBrowser/appfile.json b/Apps/FileBrowser/appfile.json index bf6676c..fe6900c 100644 --- a/Apps/FileBrowser/appfile.json +++ b/Apps/FileBrowser/appfile.json @@ -30,7 +30,7 @@ "shell": "sh", "privileged": false, "network_model": "bridge", - "webui": { + "web_ui": { "http": "80", "path": "/" }, @@ -84,7 +84,7 @@ ], "devices": [], "constraints": { - "min_memery": "64", + "min_memory": "64", "min_storage": "128" }, "restart_policy": "always",