mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Add ipam default driver, fixes #5248
Signed-off-by: Drew Romanyk <drewiswaycool@gmail.com>
This commit is contained in:
parent
dba2abd523
commit
4099c97758
@ -116,7 +116,7 @@ def create_ipam_config_from_dict(ipam_dict):
|
||||
return None
|
||||
|
||||
return IPAMConfig(
|
||||
driver=ipam_dict.get('driver'),
|
||||
driver=ipam_dict.get('driver') or 'default',
|
||||
pool_configs=[
|
||||
IPAMPool(
|
||||
subnet=config.get('subnet'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user