Files
runtipi/apps/rego-tunnel/build/.devcontainer/130 - Windows Server 2019/devcontainer.json
2025-12-18 09:00:15 +00:00

20 lines
403 B
JSON
Executable File

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