You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2021/06/02 06:31:26 UTC

[druid] branch 0.21.1 updated: Update docker-compose.yml

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

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


The following commit(s) were added to refs/heads/0.21.1 by this push:
     new 8cd4be8  Update docker-compose.yml
8cd4be8 is described below

commit 8cd4be802d169621b6f813b184860eb478fd18ac
Author: Clint Wylie <cw...@apache.org>
AuthorDate: Tue Jun 1 23:30:53 2021 -0700

    Update docker-compose.yml
---
 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 c2343ea..b12476b 100644
--- a/distribution/docker/docker-compose.yml
+++ b/distribution/docker/docker-compose.yml
@@ -47,7 +47,7 @@ services:
       - ZOO_MY_ID=1
 
   coordinator:
-    image: apache/druid:0.21.0
+    image: apache/druid:0.21.1
     container_name: coordinator
     volumes:
       - druid_shared:/opt/shared
@@ -63,7 +63,7 @@ services:
       - environment
 
   broker:
-    image: apache/druid:0.21.0
+    image: apache/druid:0.21.1
     container_name: broker
     volumes:
       - broker_var:/opt/druid/var
@@ -79,7 +79,7 @@ services:
       - environment
 
   historical:
-    image: apache/druid:0.21.0
+    image: apache/druid:0.21.1
     container_name: historical
     volumes:
       - druid_shared:/opt/shared
@@ -96,7 +96,7 @@ services:
       - environment
 
   middlemanager:
-    image: apache/druid:0.21.0
+    image: apache/druid:0.21.1
     container_name: middlemanager
     volumes:
       - druid_shared:/opt/shared
@@ -113,7 +113,7 @@ services:
       - environment
 
   router:
-    image: apache/druid:0.21.0
+    image: apache/druid:0.21.1
     container_name: router
     volumes:
       - router_var:/opt/druid/var

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org