Skip to content

Commit

Permalink
chore: Update docker-compose commands in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mantzas committed Aug 19, 2024
1 parent e8db460 commit 7cc7f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ example-client:
OTEL_EXPORTER_OTLP_INSECURE="true" go run examples/client/main.go

deps-start:
docker-compose up -d
docker compose up -d

deps-stop:
docker-compose down
docker compose down

# disallow any parallelism (-j) for Make. This is necessary since some
# commands during the build process create temporary files that collide
Expand Down

0 comments on commit 7cc7f2d

Please sign in to comment.