From 15c4f3996c0fec9a926cd22058d749b7d0a81ca1 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 12:47:24 -0400 Subject: [PATCH] Change DISK_SIZE from 256G to 250G --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index b97f64a..5e46179 100644 --- a/compose.yml +++ b/compose.yml @@ -6,7 +6,7 @@ services: VERSION: "10" RAM_SIZE: "4G" CPU_CORES: "2" -DISK_SIZE: "256G" +DISK_SIZE: "250G" USERNAME: "Heather" PASSWORD: "heather" devices: