mirror of
https://github.com/dockur/windows.git
synced 2025-10-18 22:12:31 +00:00
fix: Remove version variable in Codespaces (#1500)
This commit is contained in:
parent
6f84823117
commit
b998cd4c7f
@ -3,7 +3,6 @@ services:
|
||||
image: dockurr/windows
|
||||
container_name: windows
|
||||
environment:
|
||||
VERSION: "11"
|
||||
ALLOCATE: "Y"
|
||||
RAM_SIZE: "half"
|
||||
DISK_SIZE: "max"
|
||||
|
@ -14,8 +14,5 @@
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
"hostRequirements": {
|
||||
"storage": "64gb"
|
||||
},
|
||||
"dockerComposeFile": "codespaces.yml"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user