Update compose.yml

This commit is contained in:
498148-sys 2025-12-18 09:16:13 -05:00 committed by GitHub
parent c7aac1edcf
commit 7ddac4fca9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,8 @@ services:
container_name: windows
environment:
VERSION: "11"
DISK_SIZE: "1TB" # main system disk, becomes Drive C:
MEMORY: "1024G" # optional: allocate 1TB RAM
devices:
- /dev/kvm
- /dev/net/tun
@ -14,6 +16,6 @@ services:
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
- ./windows:/storage # disk.qcow2 lives here
restart: always
stop_grace_period: 2m