update
This commit is contained in:
parent
fbef481642
commit
89784904a7
7
.env
Normal file
7
.env
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
DISK_SIZE=128G
|
||||||
|
CHAT_PATH=/root/chat
|
||||||
|
RAM_SIZE=8G
|
||||||
|
CPU_CORES=4
|
||||||
|
USERNAME=Zengtudor
|
||||||
|
PASSWORD=Zengtudor20080607
|
||||||
|
LANGUAGE=Chinese
|
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
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
|
||||||
|
volumes:
|
||||||
|
- $CHAT_PATH/storage:/storage
|
||||||
|
- $CHAT_PATH/share:/data
|
Loading…
Reference in New Issue
Block a user