diff --git a/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl b/docker/thirdparties/docker-compose/hive/hive-2x.yaml.tpl index 9b201a5416e44f..bf4cf0109638e3 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 5ce81774c69ce2..72c0a7cfd2190a 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