docker-windows/.devcontainer/200 - Tiny11 Nano/devcontainer.json
Kroese d0fb7b06f0
Update onAutoForward setting for port 8006
Change port forwarding behavior for port 8006.
2025-10-19 08:40:56 +02:00

18 lines
373 B
JSON

{
"name": "Tiny11 Nano",
"service": "windows",
"containerEnv": {
"VERSION": "nano11"
},
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}