fix: Codespaces configuration

This commit is contained in:
Kroese 2025-11-14 05:44:08 +01:00 committed by GitHub
parent 471cdbb338
commit 4b397752b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
{
"name": "Virtual DSM",
"service": "vdsm",
"service": "dsm",
"forwardPorts": [5000],
"portsAttributes": {
"5000": {
@ -12,6 +12,6 @@
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspaces/vdsm",
"workspaceFolder": "/workspaces/dsm",
"initializeCommand": "docker system prune --all --force"
}