From 4e7e4c148f03189440b5f002b709a8f55fb8af6e Mon Sep 17 00:00:00 2001 From: Kyle Kroboth Date: Wed, 12 Mar 2025 23:08:55 -0400 Subject: [PATCH] chore: update disk to 8GBs --- ct/fileflows.sh | 2 +- json/fileflows.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/fileflows.sh b/ct/fileflows.sh index 967fb2f..60a3c3c 100644 --- a/ct/fileflows.sh +++ b/ct/fileflows.sh @@ -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" diff --git a/json/fileflows.json b/json/fileflows.json index ddc6ca0..9365360 100644 --- a/json/fileflows.json +++ b/json/fileflows.json @@ -20,7 +20,7 @@ "resources": { "cpu": 2, "ram": 2, - "hdd": 4, + "hdd": 8, "os": "Debian", "version": "12" }