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