Files
2026-05-25 20:36:55 +02:00

17 lines
340 B
JSON

{
"name": "Proxmox",
"service": "proxmox",
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}