This is an automated email from the ASF dual-hosted git repository.

jihoonson pushed a commit to branch 0.21.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/0.21.0 by this push:
     new 447489e  Update druid version in docker-compose (#10760)
447489e is described below

commit 447489ef13581798f159203696a290fe01fac227
Author: Jihoon Son <[email protected]>
AuthorDate: Thu Feb 4 00:31:18 2021 -0800

    Update druid version in docker-compose (#10760)
---
 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 00ff697..a492b9e 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -46,7 +46,7 @@ services:
       - ZOO_MY_ID=1
 
   coordinator:
-    image: apache/druid:0.20.0
+    image: apache/druid:0.21.0
     container_name: coordinator
     volumes:
       - ./storage:/opt/data
@@ -62,7 +62,7 @@ services:
       - environment
 
   broker:
-    image: apache/druid:0.20.0
+    image: apache/druid:0.21.0
     container_name: broker
     volumes:
       - broker_var:/opt/druid/var
@@ -78,7 +78,7 @@ services:
       - environment
 
   historical:
-    image: apache/druid:0.20.0
+    image: apache/druid:0.21.0
     container_name: historical
     volumes:
       - ./storage:/opt/data
@@ -95,7 +95,7 @@ services:
       - environment
 
   middlemanager:
-    image: apache/druid:0.20.0
+    image: apache/druid:0.21.0
     container_name: middlemanager
     volumes:
       - ./storage:/opt/data
@@ -112,7 +112,7 @@ services:
       - environment
 
   router:
-    image: apache/druid:0.20.0
+    image: apache/druid:0.21.0
     container_name: router
     volumes:
       - router_var:/opt/druid/var


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to