fix(hyperion): increase disk to 4GB and fix /root/. path error (#10349)

This commit is contained in:
CanbiZ (MickLesk)
2025-12-26 19:57:49 +01:00
committed by GitHub
parent 3dfd7e5fc3
commit bbc326ec23
3 changed files with 6 additions and 6 deletions

View File

@@ -21,7 +21,7 @@
"resources": {
"cpu": 1,
"ram": 512,
"hdd": 2,
"hdd": 4,
"os": "debian",
"version": "13"
}