Change dockerComposeFile path in devcontainer config

This commit is contained in:
Kroese 2025-10-15 23:52:59 +02:00 committed by GitHub
parent 14a108a4ce
commit f0ce10f358
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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