virtual-dsm/.devcontainer/devcontainer.json
Kroese bfa4320265
Remove ALLOCATE from container environment
Removed ALLOCATE environment variable from container configuration.
2025-10-19 09:58:51 +02:00

16 lines
315 B
JSON

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