Fix: Increase HDD Space for Hoarder (#1970)

* Fix: Increase HDD Space for Hoarder

* increase hdd
This commit is contained in:
CanbiZ
2025-02-03 10:35:58 +01:00
committed by GitHub
parent 1528c46f0b
commit fa4ab5c8a3
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 8,
"hdd": 10,
"os": "debian",
"version": "12"
}