Change Windows version and add disk volumes

Updated Windows container configuration in compose.yml.
This commit is contained in:
tyleristhegoar-stack 2026-02-05 14:38:48 -05:00 committed by GitHub
parent 17b8dc5456
commit 54f247d538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,10 +3,11 @@ services:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
VERSION: "2025"
DISK_SIZE: "509G"
MANUAL: "Y"
DISK2_SIZE: "639G"
DISK3_SIZE: "643G"
devices:
- /dev/kvm
- /dev/net/tun
@ -18,5 +19,7 @@ services:
- 3389:3389/udp
volumes:
- ./windows:/storage
- ./disk2:/storage2
- ./disk3:/storage3
restart: always
stop_grace_period: 2m