Skip to content

Commit

Permalink
Changed docker-compose to docker compose in kafka scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 5, 2024
1 parent 2a94d4d commit 8e7c4c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start_kafka.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
./stop_kafka.sh

# start kafka
docker-compose -f docker-compose-kafka.yml up -d
docker compose -f docker-compose-kafka.yml up -d
2 changes: 1 addition & 1 deletion stop_kafka.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

# stop kafka
docker-compose -f docker-compose-kafka.yml down --remove-orphans
docker compose -f docker-compose-kafka.yml down --remove-orphans

0 comments on commit 8e7c4c9

Please sign in to comment.