fix: Remove version variable in Codespaces (#1500)

This commit is contained in:
Kroese 2025-10-17 19:03:03 +02:00 committed by GitHub
parent 6f84823117
commit b998cd4c7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ services:
image: dockurr/windows
container_name: windows
environment:
VERSION: "11"
ALLOCATE: "Y"
RAM_SIZE: "half"
DISK_SIZE: "max"

View File

@ -14,8 +14,5 @@
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "codespaces.yml"
}