This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 7f4b7b04ad3 [test](hive)add subnet for hive docker compose (#34000) (#34157) 7f4b7b04ad3 is described below commit 7f4b7b04ad3ca8040cf5a3fecefdc6d26d6a4f28 Author: Mingyu Chen <morning...@163.com> AuthorDate: Fri Apr 26 13:49:33 2024 +0800 [test](hive)add subnet for hive docker compose (#34000) (#34157) bp #34000 Co-authored-by: 苏小刚 <suxiaogang...@icloud.com> --- docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl | 4 ++++ docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl b/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl index 9b201a5416e..bf4cf010963 100644 --- a/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl +++ b/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl @@ -99,3 +99,7 @@ services: networks: default: name: ${CONTAINER_UID}hive2-default + ipam: + driver: default + config: + - subnet: 168.58.0.0/24 diff --git a/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl b/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl index 5ce81774c69..72c0a7cfd21 100644 --- a/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl +++ b/docker/thirdparties/docker-compose/hive/hive-3x.yaml.tpl @@ -100,3 +100,7 @@ services: networks: default: name: ${CONTAINER_UID}hive3-default + ipam: + driver: default + config: + - subnet: 168.59.0.0/24 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org