Skip to content

Commit

Permalink
chore: change docker-compose commands to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
komret authored and vdovhanych committed Jul 26, 2024
1 parent 0d0a347 commit e1e04a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ $PULL -eq 1 ]]; then
fi

echo -e "Downloading latest images"
docker-compose -f ./docker/compose.yml pull $SERVICE_NAME $TENV_REGTEST
docker compose -f ./docker/compose.yml pull $SERVICE_NAME $TENV_REGTEST
fi

echo -e "Setup xhost for video device output"
Expand All @@ -83,4 +83,4 @@ else
fi

# launch trezor-user-env
docker-compose -f ./docker/compose.yml up --force-recreate $SERVICE_NAME $TENV_REGTEST
docker compose -f ./docker/compose.yml up --force-recreate $SERVICE_NAME $TENV_REGTEST

0 comments on commit e1e04a2

Please sign in to comment.