docker-windows/.devcontainer/070 - Windows 7 Ultimate/devcontainer.json
Kroese ef8767c6d1
Update port 8006 onAutoForward action
Changed the onAutoForward action for port 8006 from 'openBrowser' to 'notify'.
2025-10-19 08:37:39 +02:00

18 lines
376 B
JSON

{
"name": "Windows 7 Ultimate",
"service": "windows",
"containerEnv": {
"VERSION": "7u"
},
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}