Files
virtual-dsm/.devcontainer/devcontainer.json
2025-11-14 06:05:19 +01:00

16 lines
281 B
JSON

{
"name": "Virtual DSM",
"service": "dsm",
"forwardPorts": [5000],
"portsAttributes": {
"5000": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml"
}