Skip to content

Commit

Permalink
Use docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jun 14, 2022
1 parent e67a934 commit a7dc45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"label": "docker: redis",
"command": "docker-compose up",
"command": "docker compose up",
"type": "shell",
"isBackground": true,
"group": "test",
Expand Down

0 comments on commit a7dc45a

Please sign in to comment.