diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 805d0eb..f89baaa 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ { "label": "docker-compose-up", "type": "shell", - "command": "docker-compose up --build", + "command": "docker compose up --build", "isBackground": true, "problemMatcher": [ { @@ -27,7 +27,7 @@ { "label": "docker-compose-down", "type": "shell", - "command": "docker-compose down" + "command": "docker compose down" } ] }