docker-windows/.devcontainer/tiny11/devcontainer.json
Kroese 7a6d6b6b2f
Simplify container environment variables
Removed RAM_SIZE, DISK_SIZE, and CPU_CORES from container environment.
2025-10-17 00:52:44 +02:00

21 lines
395 B
JSON

{
"name": "Tiny 11",
"service": "windows",
"containerEnv": {
"VERSION": "tiny11"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "openBrowser"
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
}