Add Codespaces configuration

This commit is contained in:
Kroese
2026-05-25 20:36:55 +02:00
committed by GitHub
parent 97017fa788
commit 148c667ad6
+16
View File
@@ -0,0 +1,16 @@
{
"name": "Proxmox",
"service": "proxmox",
"forwardPorts": [8006],
"portsAttributes": {
"8006": {
"label": "Web",
"onAutoForward": "notify"
}
},
"otherPortsAttributes": {
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}