Create .devcontainer.json

This commit is contained in:
Kroese 2025-03-18 13:36:57 +01:00 committed by GitHub
parent 7fce3a98fe
commit 9de8d520a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
.devcontainer.json Normal file
View File

@ -0,0 +1,6 @@
{
"name": "dsm",
"service": "dsm",
"forwardPorts": ["5000"],
"dockerComposeFile": "compose.yml"
}