Skip to content

Commit

Permalink
[pinpoint-apm#209] use more specific stable tag for apachepinot/pinot
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqg6666 authored and minwoo-jung committed Jul 1, 2024
1 parent 2248453 commit c3fcacb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose-metric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:
- pinpoint

pinot-controller:
image: apachepinot/pinot:latest
image: apachepinot/pinot:1.1.0-11-amazoncorretto
restart: unless-stopped
command: StartController -zkAddress pinot-zoo
depends_on:
Expand All @@ -152,7 +152,7 @@ services:
- pinot-controller-volume:/tmp/data/controller

pinot-broker-0:
image: apachepinot/pinot:latest
image: apachepinot/pinot:1.1.0-11-amazoncorretto
restart: unless-stopped
command: StartBroker -zkAddress pinot-zoo
depends_on:
Expand All @@ -163,7 +163,7 @@ services:
- pinpoint

pinot-server-0:
image: apachepinot/pinot:latest
image: apachepinot/pinot:1.1.0-11-amazoncorretto
restart: unless-stopped
command: StartServer -zkAddress pinot-zoo
depends_on:
Expand All @@ -176,7 +176,7 @@ services:
- pinot-server-volume:/tmp/data/server

pinot-init:
image: apachepinot/pinot:latest
image: apachepinot/pinot:1.1.0-11-amazoncorretto
restart: "no"
entrypoint: >
sh -c "
Expand Down

0 comments on commit c3fcacb

Please sign in to comment.