Skip to content

Commit 32e23cd

Browse files
authored
Update devcontainer configuration for Windows 11
1 parent 56fc74b commit 32e23cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "Windows 10 Pro",
2+
"name": "Windows 11 Pro",
33
"service": "windows",
44
"containerEnv": {
5-
"VERSION": "10"
5+
"VERSION": "11"
66
},
7-
"forwardPorts": [8006],
7+
"forwardPorts": [8006],
88
"portsAttributes": {
99
"8006": {
1010
"label": "Web",
@@ -13,8 +13,8 @@
1313
},
1414
"otherPortsAttributes": {
1515
"onAutoForward": "ignore"
16-
},
17-
"dockerComposeFile": "../codespaces.yml",
16+
},
17+
"dockerComposeFile": "codespaces.yml",
1818
"workspaceFolder": "/workspaces/windows",
1919
"initializeCommand": "docker system prune --all --force"
2020
}

0 commit comments

Comments
 (0)