Skip to content

Commit

Permalink
Update docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Aug 2, 2024
1 parent e712179 commit 2f823a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/e2e/e2e-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cp ./turbinia/e2e/e2e-recipe.yaml ./evidence/

echo "==> Startup local turbinia docker-compose stack"
export TURBINIA_EXTRA_ARGS="-d"
docker-compose -f ./docker/local/docker-compose.yml up -d
docker compose -f ./docker/local/docker-compose.yml up -d

echo "==> Sleep for 10 seconds to let containers start"
sleep 10
Expand Down

0 comments on commit 2f823a0

Please sign in to comment.