Skip to content

Commit

Permalink
docker-compose.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
LakshSingla committed Oct 10, 2023
1 parent 037f692 commit 6ac62f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions distribution/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
- ZOO_MY_ID=1

coordinator:
image: apache/druid:28.0.0
image: apache/druid:29.0.0
container_name: coordinator
volumes:
- druid_shared:/opt/shared
Expand All @@ -67,7 +67,7 @@ services:
- environment

broker:
image: apache/druid:28.0.0
image: apache/druid:29.0.0
container_name: broker
volumes:
- broker_var:/opt/druid/var
Expand All @@ -83,7 +83,7 @@ services:
- environment

historical:
image: apache/druid:28.0.0
image: apache/druid:29.0.0
container_name: historical
volumes:
- druid_shared:/opt/shared
Expand All @@ -100,7 +100,7 @@ services:
- environment

middlemanager:
image: apache/druid:28.0.0
image: apache/druid:29.0.0
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
Expand All @@ -118,7 +118,7 @@ services:
- environment

router:
image: apache/druid:28.0.0
image: apache/druid:29.0.0
container_name: router
volumes:
- router_var:/opt/druid/var
Expand Down

0 comments on commit 6ac62f7

Please sign in to comment.