1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-11 04:39:39 +08:00

feat: Improved installation (#39)

This commit is contained in:
Kroese
2024-01-17 03:40:19 +01:00
committed by GitHub
parent 27bb072401
commit 06722236be
6 changed files with 163 additions and 268 deletions
+2 -2
View File
@@ -3,13 +3,13 @@ services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "win11x64"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
restart: unless-stopped