From 4fbbcfbbf91db13e3252acad1c112fc7bcafcec7 Mon Sep 17 00:00:00 2001 From: Heather Morris <148032633+hmorris1990@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:11:20 -0400 Subject: [PATCH] Fix formatting of environment variables in compose.yml --- compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/compose.yml b/compose.yml index 5e46179..71d4398 100644 --- a/compose.yml +++ b/compose.yml @@ -5,10 +5,10 @@ services: environment: VERSION: "10" RAM_SIZE: "4G" -CPU_CORES: "2" -DISK_SIZE: "250G" -USERNAME: "Heather" -PASSWORD: "heather" + CPU_CORES: "2" + DISK_SIZE: "250G" + USERNAME: "Heather" + PASSWORD: "heather" devices: - /dev/kvm - /dev/net/tun