mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 07:59:43 +00:00
Merge 919a976b24 into ad6f87046a
This commit is contained in:
commit
ec309c9cc5
1 changed files with 3 additions and 1 deletions
|
|
@ -4,6 +4,8 @@ services:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
environment:
|
environment:
|
||||||
VERSION: "11"
|
VERSION: "11"
|
||||||
|
RAM_SIZE: "6G"
|
||||||
|
CPU_CORES: "4"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
|
|
@ -16,4 +18,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./windows:/storage
|
- ./windows:/storage
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 2m
|
stop_grace_period: 360m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue