Create docker-compose.yml

This commit is contained in:
Kroese 2024-01-14 17:16:02 +01:00 committed by GitHub
parent 765bf58eef
commit 0add6113f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@ -0,0 +1,15 @@
version: "3"
services:
windows:
container_name: windows
image: dockurr/windows:latest
environment:
VERSION: "win11x64"
devices:
- /dev/kvm
cap_add:
- NET_ADMIN
ports:
- 8006:8006
stop_grace_period: 2m
restart: unless-stopped