Skip to content

Commit

Permalink
Docker: add KAFKA_CFG_NODE_ID to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
WerySkok committed Sep 22, 2023
1 parent 8483a2d commit 75ce995
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/automated/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ services:
- KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
- KAFKA_BROKER_ID=1
- [email protected]:9093
- KAFKA_CFG_NODE_ID=1

phpmyadmin:
image: docker.io/phpmyadmin:5
Expand Down

0 comments on commit 75ce995

Please sign in to comment.