mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +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
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue