mirror of
https://github.com/dockur/windows.git
synced 2025-12-16 04:03:04 +00:00
Change Windows version to 10 and add user details
Updated Windows container configuration to use version 10 and added disk size, username, and password.
This commit is contained in:
parent
ebfa7da61a
commit
2ada1eeee3
@ -3,7 +3,10 @@ services:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
VERSION: "11"
|
||||
VERSION: "10"
|
||||
DISK_SIZE: "250G"
|
||||
USERNAME: "Heather"
|
||||
PASSWORD: "heather"
|
||||
devices:
|
||||
- /dev/kvm
|
||||
- /dev/net/tun
|
||||
|
||||
Loading…
Reference in New Issue
Block a user