Fix formatting of environment variables in compose.yml

This commit is contained in:
Heather Morris 2025-10-30 13:11:20 -04:00 committed by GitHub
parent 546d0ed9bf
commit 4fbbcfbbf9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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