1
0
ミラー元 https://github.com/dockur/windows.git 前回の同期 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1510)

このコミットが含まれているのは:
Kroese
2025-10-19 10:50:46 +02:00
committed by GitHub
コミット c3ba25bfb7
23個のファイルの変更46行の追加47行の削除
+2 -2
ファイルの表示
@@ -4,16 +4,16 @@
"containerEnv": {
"VERSION": "vu"
},
"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"
}