mirror of
https://github.com/dockur/windows.git
synced 2025-11-04 14:16:26 +00:00
Change devcontainer name and version to Windows 10
This commit is contained in:
parent
c07d78a869
commit
56fc74b95c
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "Windows 11 Pro",
|
"name": "Windows 10 Pro",
|
||||||
"service": "windows",
|
"service": "windows",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
"VERSION": "11"
|
"VERSION": "10"
|
||||||
},
|
},
|
||||||
"forwardPorts": [8006],
|
"forwardPorts": [8006],
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"otherPortsAttributes": {
|
"otherPortsAttributes": {
|
||||||
"onAutoForward": "ignore"
|
"onAutoForward": "ignore"
|
||||||
},
|
},
|
||||||
"dockerComposeFile": "codespaces.yml",
|
"dockerComposeFile": "../codespaces.yml",
|
||||||
"workspaceFolder": "/workspaces/windows",
|
"workspaceFolder": "/workspaces/windows",
|
||||||
"initializeCommand": "docker system prune --all --force"
|
"initializeCommand": "docker system prune --all --force"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user