Skip to content

Commit

Permalink
Use local Docker container for Kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
bretthoerner committed Sep 15, 2023
1 parent a86a941 commit cdf5c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
restart: on-failure

kafka:
image: bitnami/kafka:2.8.1-debian-10-r99
build: ./docker/kafka
restart: on-failure
depends_on:
- zookeeper
Expand Down

0 comments on commit cdf5c2d

Please sign in to comment.