1
0
Mirror von https://github.com/dockur/windows.git synchronisiert 2026-06-11 12:49:36 +08:00

feat: Improve Github Codespaces configuration (#1510)

Dieser Commit ist enthalten in:
Kroese
2025-10-19 10:50:46 +02:00
committet von GitHub
Ursprung 10449a3d29
Commit c3ba25bfb7
23 geänderte Dateien mit 46 neuen und 47 gelöschten Zeilen
@@ -4,16 +4,16 @@
"containerEnv": {
"VERSION": "core11"
},
"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"
}