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:
parent
563596bc69
commit
a82cf659a3
4 changed files with 116 additions and 75 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
|
@ -36,7 +36,7 @@
|
|||
"externalConsole": true,
|
||||
"pipeTransport": {
|
||||
"debuggerPath": "/usr/bin/gdb",
|
||||
"pipeProgram": "docker-compose",
|
||||
"pipeProgram": "docker compose",
|
||||
"pipeArgs": [
|
||||
"exec", "-T", "ac-worldserver", "sh", "-c"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue