Update FileBrowser appfile

This commit is contained in:
John Guan 2021-12-23 15:32:16 +08:00
parent 00fec6433d
commit 8a7ea03b55
1 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@
"shell": "sh", "shell": "sh",
"privileged": false, "privileged": false,
"network_model": "bridge", "network_model": "bridge",
"webui": { "web_ui": {
"http": "80", "http": "80",
"path": "/" "path": "/"
}, },
@ -84,7 +84,7 @@
], ],
"devices": [], "devices": [],
"constraints": { "constraints": {
"min_memery": "64", "min_memory": "64",
"min_storage": "128" "min_storage": "128"
}, },
"restart_policy": "always", "restart_policy": "always",