Update devcontainer.json

This commit is contained in:
Kroese 2025-10-19 01:09:13 +02:00 committed by GitHub
parent 72468237d3
commit a35de50a74
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,8 @@
}
},
"otherPortsAttributes": {
"onAutoForward": "silent"
"onAutoForward": "ignore"
},
"dockerComposeFile": "codespaces.yml"
"dockerComposeFile": "codespaces.yml",
"initializeCommand": "docker system prune --all --force"
}