This commit is contained in:
Zengtudor 2025-01-05 13:38:39 +08:00
parent 1fd5a40b05
commit 641e146c98

View File

@ -3,7 +3,7 @@ services:
image: dockurr/windows:4.07 image: dockurr/windows:4.07
container_name: windows_server container_name: windows_server
environment: environment:
VERSION: "2025" # 选择 Windows Server 2025 VERSION: "2022" # 选择 Windows Server 2025
DISK_SIZE: "200G" # 设置硬盘大小为200GB DISK_SIZE: "200G" # 设置硬盘大小为200GB
CPU_CORES: "6" # 设置CPU核心数为6 CPU_CORES: "6" # 设置CPU核心数为6
RAM_SIZE: "5G" # 设置内存大小为5GB RAM_SIZE: "5G" # 设置内存大小为5GB