We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fc74b commit 32e23cdCopy full SHA for 32e23cd
.devcontainer/devcontainer.json
@@ -1,10 +1,10 @@
1
{
2
- "name": "Windows 10 Pro",
+ "name": "Windows 11 Pro",
3
"service": "windows",
4
"containerEnv": {
5
- "VERSION": "10"
+ "VERSION": "11"
6
},
7
- "forwardPorts": [8006],
+ "forwardPorts": [8006],
8
"portsAttributes": {
9
"8006": {
10
"label": "Web",
@@ -13,8 +13,8 @@
13
14
"otherPortsAttributes": {
15
"onAutoForward": "ignore"
16
- },
17
- "dockerComposeFile": "../codespaces.yml",
+ },
+ "dockerComposeFile": "codespaces.yml",
18
"workspaceFolder": "/workspaces/windows",
19
"initializeCommand": "docker system prune --all --force"
20
}
0 commit comments