Update FileBrowser appfile

This commit is contained in:
John Guan 2021-12-23 15:17:11 +08:00
parent 86d6458e8a
commit e9ddf10c00
1 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
"volumes": [ "volumes": [
{ {
"container": "/db", "container": "/db",
"host": "$AppData/db", "host": "$AppData/$AppName/db",
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
@ -110,5 +110,5 @@
"latest_updates": "", "latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt" "url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/FileBrowser/changelog.txt"
}, },
"latest_update_date": "1640238467" "latest_update_date": "1640243786"
} }