mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 04:05:50 +00:00
Update - Change files
Change compose.yml and readme.md ready for the installation script To Do - Installation Script Allow pointing to custom ISOS, locally
This commit is contained in:
parent
848b75b335
commit
39b900b577
2 changed files with 8 additions and 41 deletions
|
|
@ -4,6 +4,9 @@ services:
|
|||
container_name: windows
|
||||
environment:
|
||||
VERSION: "win11"
|
||||
RAM_SIZE: "4G" # Change the RAM Size
|
||||
DISK_SIZE: "64G" # Change the disk size
|
||||
CPU_CORES: "2" #Change this to Change the number of CPU Cres the VM has access to
|
||||
devices:
|
||||
- /dev/kvm
|
||||
cap_add:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue