Skip to content

Commit

Permalink
use docker compose instead docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
widmogrod committed Oct 1, 2023
1 parent 422c009 commit fa9d00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ echo "Creating volume directory"
mkdir -p $cwd/_volume

echo "Starting localstack"
docker-compose -f $cwd/compose.yml up -d
docker compose -f $cwd/compose.yml up -d

echo "Waiting for localstack to be ready"
until awslocal sqs list-queues; do
Expand All @@ -39,4 +39,4 @@ echo "Localstack is UI is at port"
echo "http://localhost:8080"

echo "Streaming logs"
docker-compose -f $cwd/compose.yml logs -f
docker compose -f $cwd/compose.yml logs -f

0 comments on commit fa9d00e

Please sign in to comment.