2024-01-14 17:16:02 +01:00
|
|
|
services:
|
|
|
|
|
windows:
|
2024-01-15 23:47:51 +01:00
|
|
|
image: dockurr/windows
|
2024-01-14 17:16:02 +01:00
|
|
|
container_name: windows
|
2024-03-26 02:28:13 +01:00
|
|
|
environment:
|
|
|
|
|
VERSION: "win11"
|
2024-08-21 16:51:33 +01:00
|
|
|
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
|
2024-01-14 17:16:02 +01:00
|
|
|
devices:
|
|
|
|
|
- /dev/kvm
|
|
|
|
|
cap_add:
|
|
|
|
|
- NET_ADMIN
|
|
|
|
|
ports:
|
|
|
|
|
- 8006:8006
|
2024-01-17 03:40:19 +01:00
|
|
|
- 3389:3389/tcp
|
|
|
|
|
- 3389:3389/udp
|
2024-01-14 17:16:02 +01:00
|
|
|
stop_grace_period: 2m
|