docker-windows/.devcontainer/190 - Tiny11 Core/devcontainer.json
Kroese 5fc39a33f0
Update port 8006 auto-forward action
Changed the onAutoForward action for port 8006 from 'openBrowser' to 'notify'.
2025-10-19 08:40:40 +02:00

18 lines
373 B
JSON

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