1
0
mirror da https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00
This commit is contained in:
Kroese
2024-04-07 01:59:20 +02:00
committato da GitHub
parent b02f65a41e
commit da9ef0e061
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
+17
Vedi File
@@ -0,0 +1,17 @@
version: "3"
services:
windows:
image: dockurr/windows
container_name: windows
environment:
VERSION: "win11"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
- 3389:3389/tcp
- 3389:3389/udp
stop_grace_period: 2m
restart: on-failure