docker-windows/compose.yml
tj5miniop 39b900b577 Update - Change files
Change compose.yml and readme.md ready for the installation script

To Do -
Installation Script
Allow pointing to custom ISOS, locally
2024-08-21 16:51:33 +01:00

18 lines
453 B
YAML

services:
windows:
image: dockurr/windows
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:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m