Skip to content

Commit 9cf2560

Browse files
Update compose.yml
1 parent c7aac1e commit 9cf2560

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

compose.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
image: dockurr/windows
44
container_name: windows
55
environment:
6-
VERSION: "11"
6+
VERSION: "2019"
77
devices:
88
- /dev/kvm
99
- /dev/net/tun
@@ -17,3 +17,8 @@ services:
1717
- ./windows:/storage
1818
restart: always
1919
stop_grace_period: 2m
20+
environment:
21+
DISK_SIZE: "256G"
22+
environment:
23+
RAM_SIZE: "8G"
24+
CPU_CORES: "4"

0 commit comments

Comments
 (0)