Update devcontainer.json

This commit is contained in:
Kroese 2025-10-19 01:22:56 +02:00 committed by GitHub
parent ffa9bd5d48
commit 1ec5fcf1e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,10 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"hostRequirements": {
"storage": "64gb"
},
"dockerComposeFile": "../codespaces.yml"
"dockerComposeFile": "../codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}