mirror of
https://github.com/dockur/windows.git
synced 2025-11-04 14:16:26 +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:
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user