.yaml instead of .yml

This commit is contained in:
Andrew Maguire
2023-01-01 21:18:58 +00:00
parent 466a9ba173
commit 13e5061b95
+1 -1
View File
@@ -1,4 +1,4 @@
{
"dockerComposeFile": "../docker-compose.yml",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
}