Update devcontainer.json

This commit is contained in:
Kroese 2025-10-19 10:24:24 +02:00 committed by GitHub
parent bfa4320265
commit 11389d1036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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