notes; new windows yml

This commit is contained in:
Dobromir Popov
2025-08-31 19:28:24 +03:00
parent 8746bed388
commit 6d8f9eb67e
5 changed files with 72 additions and 1 deletions

View File

@@ -0,0 +1,21 @@
services:
windows: # https://github.com/dockur/windows
image: dockurr/windows
container_name: win
privileged: true
environment:
VERSION: "11"
MANUAL: "Y" # Allow manual installation flow per README
devices:
- /dev/kvm
- /dev/net/tun
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
volumes:
- ./windows:/storage
restart: always
stop_grace_period: 2m