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
This commit is contained in:
Yehonal
2022-10-17 22:50:31 +02:00
committed by GitHub
parent 563596bc69
commit a82cf659a3
4 changed files with 116 additions and 75 deletions

2
.vscode/launch.json vendored
View File

@@ -36,7 +36,7 @@
"externalConsole": true,
"pipeTransport": {
"debuggerPath": "/usr/bin/gdb",
"pipeProgram": "docker-compose",
"pipeProgram": "docker compose",
"pipeArgs": [
"exec", "-T", "ac-worldserver", "sh", "-c"
],