Skip to content

Commit

Permalink
Merge pull request #418 from rahghoo/fix-typo
Browse files Browse the repository at this point in the history
Fix typo in Docker Compose command
  • Loading branch information
jamiealquiza committed Feb 9, 2023
2 parents 4b12098 + cad6ad1 commit ba16626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ K := $(foreach exec,$(EXECUTABLES),\

# Run a Docker compose environment.
run-compose: compose-build
docker-compose up -d --scale kakfa=3
docker-compose up -d --scale kafka=3

# Tear down the Docker compose environment.
stop-compose:
Expand Down

0 comments on commit ba16626

Please sign in to comment.