mirror of
https://github.com/dockur/windows.git
synced 2025-12-15 19:53:05 +00:00
Modify Windows container settings in compose.yml
Updated Windows container configuration with new version and resource settings.
This commit is contained in:
parent
1a6a2dbad0
commit
91434ccffe
@ -3,7 +3,12 @@ services:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
VERSION: "11"
|
||||
VERSION: "10pro"
|
||||
RAM_SIZE: "4G"
|
||||
CPU_CORES: "2"
|
||||
DISK_SIZE: "256G"
|
||||
USERNAME: "Heather"
|
||||
PASSWORD: "heather"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/net/tun
|
||||
|
||||
Loading…
Reference in New Issue
Block a user