suxiaogang223 opened a new pull request, #60158:
URL: https://github.com/apache/doris/pull/60158

   ## Summary
   
   - Fixed docker-compose subnet conflicts by assigning unique subnets to each 
compose network
   - Prevents IP address conflicts when running multiple docker-compose 
environments simultaneously
   
   ## Changes
   
   | File | Network | Subnet |
   |-------|----------|---------|
   | `docker/thirdparties/docker-compose/iceberg-rest/docker-compose.yaml.tpl` 
| `${CONTAINER_UID}iceberg-rest` | `172.30.80.0/24` |
   | `docker/thirdparties/docker-compose/polaris/docker-compose.yaml.tpl` | 
`${CONTAINER_UID}polaris` | `172.31.80.0/24` |
   
   ## Problem
   
   Previously, docker-compose networks were created without fixed subnets, 
relying on Docker's default subnet assignment. This could cause IP address 
conflicts when:
   - Running multiple docker-compose environments at the same time
   - Networks overlap with existing Docker networks on the host machine
   - Subnets conflict with host network ranges
   
   ## Solution
   
   Each docker-compose network now has a fixed subnet assignment, ensuring:
   - No IP conflicts between different compose environments
   - Predictable network configuration
   - Easier troubleshooting of network issues


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to