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: environment:
VERSION: "10" VERSION: "10"
RAM_SIZE: "4G" RAM_SIZE: "4G"
CPU_CORES: "2" CPU_CORES: "2"
DISK_SIZE: "250G" DISK_SIZE: "250G"
USERNAME: "Heather" USERNAME: "Heather"
PASSWORD: "heather" PASSWORD: "heather"
devices: devices:
- /dev/kvm - /dev/kvm
- /dev/net/tun - /dev/net/tun