mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
Update compose.yml
This commit is contained in:
parent
50f6467dea
commit
fecf3a1562
1 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ services:
|
||||||
container_name: windows
|
container_name: windows
|
||||||
environment:
|
environment:
|
||||||
VERSION: "11"
|
VERSION: "11"
|
||||||
|
LANGUAGE: "Russian"
|
||||||
devices:
|
devices:
|
||||||
- /dev/kvm
|
- /dev/kvm
|
||||||
- /dev/net/tun
|
- /dev/net/tun
|
||||||
|
|
@ -16,4 +17,4 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- ./windows:/storage
|
- ./windows:/storage
|
||||||
restart: always
|
restart: always
|
||||||
stop_grace_period: 2m
|
stop_grace_period: 60m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue