sa
This commit is contained in:
parent
520b60e8ad
commit
e2f0c73bef
1 changed files with 21 additions and 0 deletions
21
Compose/windows.yaml
Normal file
21
Compose/windows.yaml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
services:
|
||||
windows:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
devices:
|
||||
- /dev/kvm
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
ports:
|
||||
- 8006:8006
|
||||
- 3389:3389/tcp
|
||||
- 3389:3389/udp
|
||||
stop_grace_period: 2m
|
||||
restart: on-failure
|
||||
environment:
|
||||
VERSION: "win11"
|
||||
RAM_SIZE: "4G"
|
||||
CPU_CORES: "4"
|
||||
DISK_SIZE: "64G"
|
||||
volumes:
|
||||
- /DockerVol/windows:/storage
|
||||
Loading…
Add table
Add a link
Reference in a new issue