docker-windows/compose.yml

19 lines
453 B
YAML
Raw Normal View History

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
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
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