docker-windows/.devcontainer/devcontainer.json
Kroese 6c566dca84
Remove Windows 11 Pro settings from devcontainer
Removed Windows 11 Pro configuration details.
2025-10-16 10:47:53 +02:00

13 lines
243 B
JSON

{
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": "codespaces.yml"
}