Skip to content

Commit

Permalink
upgrading to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hdulay committed Apr 1, 2024
1 parent 8c2a801 commit 48535e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
ZOOKEEPER_TICK_TIME: 2000

pinot-controller:
image: apachepinot/pinot:1.0.0-21-openjdk
image: apachepinot/pinot:1.1.0-21-openjdk
command: "StartController -zkAddress pinot-zookeeper:2181"
container_name: pinot-controller
hostname: pinot-controller
Expand All @@ -48,7 +48,7 @@ services:
- ./data/:/tmp/pinot/data/

pinot-broker:
image: apachepinot/pinot:1.0.0-21-openjdk
image: apachepinot/pinot:1.1.0-21-openjdk
command: "StartBroker -zkAddress pinot-zookeeper:2181"
restart: unless-stopped
container_name: "pinot-broker"
Expand All @@ -65,7 +65,7 @@ services:
retries: 10

pinot-server:
image: apachepinot/pinot:1.0.0-21-openjdk
image: apachepinot/pinot:1.1.0-21-openjdk
command: "StartServer -zkAddress pinot-zookeeper:2181"
restart: unless-stopped
container_name: "pinot-server"
Expand Down

0 comments on commit 48535e6

Please sign in to comment.