mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
Update docker-compose.yml
This commit is contained in:
parent
8f6f73dab7
commit
5cd07ac6c5
1 changed files with 11 additions and 0 deletions
|
|
@ -13,3 +13,14 @@ services:
|
||||||
- 3389:3389/udp
|
- 3389:3389/udp
|
||||||
stop_grace_period: 2m
|
stop_grace_period: 2m
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
environment:
|
||||||
|
RAM_SIZE: "8G"
|
||||||
|
CPU_CORES: "4"
|
||||||
|
DISK_ZISE: "256G"
|
||||||
|
VERSION: "win7"
|
||||||
|
volumes:
|
||||||
|
- /var/win:/storage
|
||||||
|
environment:
|
||||||
|
ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
|
||||||
|
devices:
|
||||||
|
- /dev/bus/usb
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue