windows_in_docker/compose.yml
tyleristhegoar-stack ce2ec49b77
Add DISK2_SIZE and fix devices indentation
Added DISK2_SIZE environment variable and corrected indentation for devices.
2026-02-05 14:36:26 -05:00

23 lines
420 B
YAML

services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
DISK_SIZE: "509G"
MANUAL: "Y"
DISK2_SIZE: "639G
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m