This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch 24.0.1
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/24.0.1 by this push:
new f0cef36abf Fix version in docker-compose
f0cef36abf is described below
commit f0cef36abfe89a24d66ba93d7eaa5990e03261fa
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Mon Oct 3 14:30:22 2022 +0530
Fix version in docker-compose
---
distribution/docker/docker-compose.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/distribution/docker/docker-compose.yml
b/distribution/docker/docker-compose.yml
index 27da33c887..f4a0ce5117 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -49,7 +49,7 @@ services:
- ZOO_MY_ID=1
coordinator:
- image: apache/druid:24.0.0
+ image: apache/druid:24.0.1
container_name: coordinator
volumes:
- druid_shared:/opt/shared
@@ -65,7 +65,7 @@ services:
- environment
broker:
- image: apache/druid:24.0.0
+ image: apache/druid:24.0.1
container_name: broker
volumes:
- broker_var:/opt/druid/var
@@ -81,7 +81,7 @@ services:
- environment
historical:
- image: apache/druid:24.0.0
+ image: apache/druid:24.0.1
container_name: historical
volumes:
- druid_shared:/opt/shared
@@ -98,7 +98,7 @@ services:
- environment
middlemanager:
- image: apache/druid:24.0.0
+ image: apache/druid:24.0.1
container_name: middlemanager
volumes:
- druid_shared:/opt/shared
@@ -116,7 +116,7 @@ services:
- environment
router:
- image: apache/druid:24.0.0
+ image: apache/druid:24.0.1
container_name: router
volumes:
- router_var:/opt/druid/var
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]