Update FileBrowser appfile
This commit is contained in:
parent
00fec6433d
commit
8a7ea03b55
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue