mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 04:03:04 +00:00
Fix formatting of environment variables in compose.yml
This commit is contained in:
parent
546d0ed9bf
commit
4fbbcfbbf9
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user