1
0
зеркало из https://github.com/dockur/windows.git synced 2026-06-10 11:59:33 +08:00

feat: Improve Github Codespaces configuration (#1510)

Этот коммит содержится в:
Kroese
2025-10-19 10:50:46 +02:00
коммит произвёл GitHub
родитель 10449a3d29
Коммит c3ba25bfb7
23 изменённых файлов: 46 добавлений и 47 удалений
+2 -2
Просмотреть файл
@@ -4,16 +4,16 @@
"containerEnv": {
"VERSION": "2008"
},
"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"
}