diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2022-10-17 22:50:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-17 22:50:31 +0200 |
commit | a82cf659a3ea027d0940b1b1622ddfb32c6ba00d (patch) | |
tree | 54d3c3e5c81d50a2e536b3223344315fdd6649bd /.vscode | |
parent | 563596bc69ed2feabf76bf5377acf5159f951604 (diff) |
feat(CORE/docker): switch to `docker compose` and check the version (#13444)
* feat(docker): switch to `docker compose` and check the version
* chore: removed all docker-compose commands in CI
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index bb4fa23a78..fe39dc19dc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -36,7 +36,7 @@ "externalConsole": true, "pipeTransport": { "debuggerPath": "/usr/bin/gdb", - "pipeProgram": "docker-compose", + "pipeProgram": "docker compose", "pipeArgs": [ "exec", "-T", "ac-worldserver", "sh", "-c" ], |