1
0
réplica de https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1510)

Este commit está contenido en:
Kroese
2025-10-19 10:50:46 +02:00
cometido por GitHub
padre 10449a3d29
commit c3ba25bfb7
Se han modificado 23 ficheros con 46 adiciones y 47 borrados
@@ -4,16 +4,16 @@
"containerEnv": {
"VERSION": "11l"
},
"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"
}