mirror of
https://github.com/dockur/windows.git
synced 2026-02-04 01:37:21 +00:00
Adds missing `---` document start to satisfy yamllint. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
441 B
YAML
22 lines
441 B
YAML
---
|
|
services:
|
|
tiny11:
|
|
image: ${WINDOWS_IMAGE:-dockurr/windows}
|
|
container_name: tiny11
|
|
env_file: ../../.env.legacy
|
|
environment:
|
|
VERSION: "tiny11"
|
|
devices:
|
|
- /dev/kvm
|
|
- /dev/net/tun
|
|
cap_add:
|
|
- NET_ADMIN
|
|
ports:
|
|
- 8111:8006
|
|
- 3111:3389/tcp
|
|
- 3111:3389/udp
|
|
volumes:
|
|
- ../../data/tiny11:/storage
|
|
restart: ${RESTART_POLICY:-on-failure}
|
|
stop_grace_period: 2m
|