Update devcontainer.json

This commit is contained in:
Kroese 2025-10-19 01:21:22 +02:00 committed by GitHub
parent 4d2a9ca56f
commit e6b091f6d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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