Files
runtipi/apps/rego-tunnel/build/.devcontainer/090 - Windows XP Professional/devcontainer.json
alexz 65b6b1c16b
Some checks failed
Test / test (push) Has been cancelled
Fix docker-compose.json format for rego-tunnel
- Use object format for environment instead of array
- Update image to rego-windows:latest
- Remove deprecated KEY and VERSION

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 08:55:48 +00:00

20 lines
405 B
JSON
Executable File

{
"name": "Windows XP Professional",
"service": "windows",
"containerEnv": {
"VERSION": "xp"
},
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}