Update dockerComposeFile path in devcontainer.json

This commit is contained in:
Kroese 2025-10-16 09:41:08 +02:00 committed by GitHub
parent dfe0b23995
commit 0169814ae6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,5 +16,5 @@
"otherPortsAttributes": {
"onAutoForward": "silent"
},
"dockerComposeFile": ".github/codespaces.yml"
"dockerComposeFile": "codespaces.yml"
}