change "docker-compose" to docker compose

"docker-compose" is being deprecated and so it should be replaced instead with "docker compose" as per this link:
https://stackoverflow.com/questions/66514436/difference-between-docker-compose-and-docker-compose

Signed-off-by: TXH2020 <87963860+TXH2020@users.noreply.github.com>
This commit is contained in:
TXH2020 2023-11-25 18:51:33 +05:30 committed by GitHub
parent c0a0104ca1
commit 106a028f99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ trap "popd > /dev/null" EXIT
. scripts/utils.sh . scripts/utils.sh
: ${CONTAINER_CLI:="docker"} : ${CONTAINER_CLI:="docker"}
: ${CONTAINER_CLI_COMPOSE:="${CONTAINER_CLI}-compose"} : ${CONTAINER_CLI_COMPOSE:="${CONTAINER_CLI} compose"}
infoln "Using ${CONTAINER_CLI} and ${CONTAINER_CLI_COMPOSE}" infoln "Using ${CONTAINER_CLI} and ${CONTAINER_CLI_COMPOSE}"
# Obtain CONTAINER_IDS and remove them # Obtain CONTAINER_IDS and remove them