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 /conf/dist | |
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 'conf/dist')
-rw-r--r-- | conf/dist/env.docker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/dist/env.docker b/conf/dist/env.docker index 434782c2d1..61f8fd965f 100644 --- a/conf/dist/env.docker +++ b/conf/dist/env.docker @@ -1,6 +1,6 @@ # # Create a .env file in the root folder and use the following -# variables to configure your docker-compose +# variables to configure your docker compose # DOCKER_AC_ENV_FILE= |