try install docker-compose-plugin

This commit is contained in:
Andrew Maguire
2023-01-01 22:23:38 +00:00
parent 13e5061b95
commit 229e7c7b0c
+1
View File
@@ -1,4 +1,5 @@
{
"initializeCommand": "apt-get update -y && apt install docker-compose -y && apt install docker-compose-plugin -y",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
}