Skip to content

Commit

Permalink
Adds broker auth back
Browse files Browse the repository at this point in the history
  • Loading branch information
hendoxc committed Mar 19, 2024
1 parent 23628c0 commit 60e0856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:

pinot-broker:
image: apachepinot/pinot
command: "StartBroker -zkAddress pinot-zookeeper:2181"
command: "StartBroker -zkAddress pinot-zookeeper:2181 -configFileName /config/broker.conf"
restart: unless-stopped
container_name: "pinot-broker"
volumes:
Expand Down

0 comments on commit 60e0856

Please sign in to comment.