1
0
tükörképe a: https://github.com/dockur/windows.git synced 2026-06-11 12:49:36 +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
szülő 10449a3d29
commit c3ba25bfb7
23 fájl változott, egészen pontosan 46 új sor hozzáadva és 47 régi sor törölve
@@ -4,16 +4,16 @@
"containerEnv": {
"VERSION": "10e"
},
"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"
}