1
0
鏡像自 https://github.com/dockur/windows.git 已同步 2026-06-12 13:19:34 +08:00

fix: Remove version variable in Codespaces (#1500)

此提交包含在:
Kroese
2025-10-17 19:03:03 +02:00
提交者 GitHub
父節點 6f84823117
當前提交 b998cd4c7f
共有 2 個檔案被更改,包括 0 行新增4 行删除
-1
查看文件
@@ -3,7 +3,6 @@ services:
image: dockurr/windows image: dockurr/windows
container_name: windows container_name: windows
environment: environment:
VERSION: "11"
ALLOCATE: "Y" ALLOCATE: "Y"
RAM_SIZE: "half" RAM_SIZE: "half"
DISK_SIZE: "max" DISK_SIZE: "max"
-3
查看文件
@@ -14,8 +14,5 @@
"otherPortsAttributes": { "otherPortsAttributes": {
"onAutoForward": "silent" "onAutoForward": "silent"
}, },
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "codespaces.yml" "dockerComposeFile": "codespaces.yml"
} }