Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar authored Jun 12, 2024
1 parent e17482f commit dbccddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/kafka/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ services:
ports:
- 8080:8080
environment:
- KAFKA_CLUSTERS_0_NAME: local
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: kafka1:9092
- DYNAMIC_CONFIG_ENABLED: 'true'
- KAFKA_CLUSTERS_0_NAME=local
- KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=kafka1:9092
- DYNAMIC_CONFIG_ENABLED='true'
kafka1:
image: bitnami/kafka:latest
ports:
Expand Down

0 comments on commit dbccddb

Please sign in to comment.