|  | @@ -1048,7 +1048,10 @@ func (s *composeService) ensureNetwork(ctx context.Context, n types.NetworkConfi
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  			for _, ipamConfig := range n.Ipam.Config {
 |  |  			for _, ipamConfig := range n.Ipam.Config {
 | 
											
												
													
														|  |  				config := network.IPAMConfig{
 |  |  				config := network.IPAMConfig{
 | 
											
												
													
														|  | -					Subnet: ipamConfig.Subnet,
 |  | 
 | 
											
												
													
														|  | 
 |  | +					Subnet:     ipamConfig.Subnet,
 | 
											
												
													
														|  | 
 |  | +					IPRange:    ipamConfig.IPRange,
 | 
											
												
													
														|  | 
 |  | +					Gateway:    ipamConfig.Gateway,
 | 
											
												
													
														|  | 
 |  | +					AuxAddress: ipamConfig.AuxiliaryAddresses,
 | 
											
												
													
														|  |  				}
 |  |  				}
 | 
											
												
													
														|  |  				createOpts.IPAM.Config = append(createOpts.IPAM.Config, config)
 |  |  				createOpts.IPAM.Config = append(createOpts.IPAM.Config, config)
 | 
											
												
													
														|  |  			}
 |  |  			}
 |