fixed tasks which kills mongo

This commit is contained in:
2024-02-02 12:32:43 +01:00
parent 321c273444
commit 38fbeebb03

5
.vscode/tasks.json vendored
View File

@@ -23,7 +23,10 @@
"label": "terminate-mongo", "label": "terminate-mongo",
"type": "docker-compose", "type": "docker-compose",
"dockerCompose": { "dockerCompose": {
"down": {} "down": {},
"files": [
"${workspaceFolder}/docker-compose-debug.yml"
],
} }
}, },
] ]