virtual-dsm/.devcontainer/devcontainer.json
2025-11-14 05:46:13 +01:00

18 lines
380 B
JSON

{
"name": "Virtual DSM",
"service": "dsm",
"forwardPorts": [5000],
"portsAttributes": {
"5000": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"workspaceFolder": "/workspace/dsm",
"initializeCommand": "docker system prune --all --force"
}