change ipam to dhcp
This commit is contained in:
parent
4b1ef58992
commit
750d8e1596
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ in {
|
|||
internal = false;
|
||||
dns_enabled = false;
|
||||
ipam_options = {
|
||||
driver = "host-local";
|
||||
driver = "dhcp";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue