mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update compose.yml
This commit is contained in:
parent
77a8e4d26e
commit
d51a3fd1fe
1 changed files with 5 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue