change ipam to dhcp
This commit is contained in:
@@ -19,7 +19,7 @@ in {
|
|||||||
internal = false;
|
internal = false;
|
||||||
dns_enabled = false;
|
dns_enabled = false;
|
||||||
ipam_options = {
|
ipam_options = {
|
||||||
driver = "host-local";
|
driver = "dhcp";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user