Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Fix docker compose script
Browse files Browse the repository at this point in the history
  • Loading branch information
chouinar committed Jul 12, 2024
1 parent 98b68a5 commit 0ee2722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ start-opensearch:
init-localstack: start-localstack setup-localstack

start-localstack:
docker-compose up --detach localstack
docker compose up --detach localstack

setup-localstack:
$(PY_RUN_CMD) setup-localstack
Expand Down

0 comments on commit 0ee2722

Please sign in to comment.