mirror of
https://github.com/dockur/windows.git
synced 2024-11-02 19:51:49 +00:00
Create docker-compose.yml
This commit is contained in:
parent
765bf58eef
commit
0add6113f0
1 changed files with 15 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue