From eaa4e55d7d5e038f689d2defeb6ffe9fc2f4230c Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:27:45 +0100 Subject: [PATCH] Increase HDD size from 4GB to 8GB --- frontend/public/json/domain-locker.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/domain-locker.json b/frontend/public/json/domain-locker.json index c7df62133..656b3e6b4 100644 --- a/frontend/public/json/domain-locker.json +++ b/frontend/public/json/domain-locker.json @@ -21,7 +21,7 @@ "resources": { "cpu": 1, "ram": 1024, - "hdd": 4, + "hdd": 8, "os": "Debian", "version": "13" }