1
0
peilaus alkaen https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1510)

This commit is contained in:
Kroese
2025-10-19 10:50:46 +02:00
committed by GitHub
vanhempi 10449a3d29
commit c3ba25bfb7
23 muutettua tiedostoa jossa 46 lisäystä ja 47 poistoa
@@ -4,16 +4,16 @@
"containerEnv": {
"VERSION": "7u"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"workspaceFolder": "/workspaces/windows",
"initializeCommand": "docker system prune --all --force"
}