You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|