mirror of
https://github.com/dockur/windows.git
synced 2025-12-21 18:00:45 +00:00
feat: Improve Github Codespaces configuration (#1497)
This commit is contained in:
18
.devcontainer/170 - Windows Server 2003/devcontainer.json
Normal file
18
.devcontainer/170 - Windows Server 2003/devcontainer.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Windows Server 2003",
|
||||
"service": "windows",
|
||||
"containerEnv": {
|
||||
"VERSION": "2003"
|
||||
},
|
||||
"forwardPorts": [8006],
|
||||
"portsAttributes": {
|
||||
"8006": {
|
||||
"label": "Web",
|
||||
"onAutoForward": "openBrowser"
|
||||
}
|
||||
},
|
||||
"otherPortsAttributes": {
|
||||
"onAutoForward": "silent"
|
||||
},
|
||||
"dockerComposeFile": "../codespaces.yml"
|
||||
}
|
||||
Reference in New Issue
Block a user