Drop volumes key from manifest

This commit is contained in:
Your Name
2025-11-13 21:05:21 -06:00
parent 532bff8cfa
commit 43493fa3d7

View File

@@ -29,11 +29,5 @@
"maubot"
],
"postInstallMessage": "The Maubot UI is protected by Cloudron SSO. The initial API/UI admin credentials are stored in /app/data/.admin_password (username: root). Retrieve them with `cloudron exec --app <app-id> -- cat /app/data/.admin_password` before first login.",
"volumes": [
{
"name": "data",
"path": "/app/data"
}
],
"displayName": "Maubot"
}