Update compose.yml

This commit is contained in:
aahem590 2025-03-24 13:37:04 +02:00 committed by GitHub
parent 77a8e4d26e
commit d51a3fd1fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,11 @@ services:
container_name: windows
environment:
VERSION: "11"
USERNAME: "Dr-Osama"
PASSWORD: "admin@123"
RAM_SIZE: "8G"
CPU_CORES: "2"
DISK_SIZE: "990G"
devices:
- /dev/kvm
- /dev/net/tun
@ -13,7 +18,4 @@ services:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m