chore: update disk to 8GBs

This commit is contained in:
Kyle Kroboth 2025-03-12 23:08:55 -04:00
parent 5683b00f54
commit 4e7e4c148f
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ APP="FileFlows"
var_tags="media;automation"
var_cpu="2"
var_ram="2048"
var_disk="4"
var_disk="8"
var_os="debian"
var_version="12"
var_unprivileged="1"

View File

@ -20,7 +20,7 @@
"resources": {
"cpu": 2,
"ram": 2,
"hdd": 4,
"hdd": 8,
"os": "Debian",
"version": "12"
}