mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
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:
parent
c0a0104ca1
commit
106a028f99
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ trap "popd > /dev/null" EXIT
|
|||
. scripts/utils.sh
|
||||
|
||||
: ${CONTAINER_CLI:="docker"}
|
||||
: ${CONTAINER_CLI_COMPOSE:="${CONTAINER_CLI}-compose"}
|
||||
: ${CONTAINER_CLI_COMPOSE:="${CONTAINER_CLI} compose"}
|
||||
infoln "Using ${CONTAINER_CLI} and ${CONTAINER_CLI_COMPOSE}"
|
||||
|
||||
# Obtain CONTAINER_IDS and remove them
|
||||
|
|
|
|||
Loading…
Reference in a new issue