fix: update docker commands to use 'docker compose' syntax
This commit is contained in:
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
@@ -4,7 +4,7 @@
|
|||||||
{
|
{
|
||||||
"label": "docker-compose-up",
|
"label": "docker-compose-up",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "docker-compose up --build",
|
"command": "docker compose up --build",
|
||||||
"isBackground": true,
|
"isBackground": true,
|
||||||
"problemMatcher": [
|
"problemMatcher": [
|
||||||
{
|
{
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
{
|
{
|
||||||
"label": "docker-compose-down",
|
"label": "docker-compose-down",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "docker-compose down"
|
"command": "docker compose down"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user