MediaManager: increase resources, add note about media dir

This commit is contained in:
vhsdream
2025-08-24 10:24:56 -04:00
parent e779b9fcc2
commit 817d622c2c
2 changed files with 6 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
"script": "ct/mediamanager.sh",
"resources": {
"cpu": 2,
"ram": 2048,
"ram": 3072,
"hdd": 4,
"os": "Debian",
"version": "12"
@@ -36,6 +36,10 @@
{
"text": "During the installation, provide the email address of the first admin user",
"type": "info"
},
{
"text": "You're probably going to want to use a bind mount for the media directories",
"type": "info"
}
]
}