mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
17 lines
334 B
YAML
17 lines
334 B
YAML
services:
|
|
windows:
|
|
image: dockurr/windows:4.00
|
|
volumes:
|
|
- win-storage:/storage
|
|
environment:
|
|
- VERSION
|
|
- KVM
|
|
devices:
|
|
# If in .env string 'KVM=N' is not commented, you need to comment line below
|
|
- /dev/kvm
|
|
cap_add:
|
|
- NET_ADMIN
|
|
stop_grace_period: 2m
|
|
|
|
volumes:
|
|
win-storage: |