change network
This commit is contained in:
parent
e039fa91da
commit
83f2a219c4
2 changed files with 2 additions and 8 deletions
|
|
@ -18,7 +18,8 @@
|
||||||
"/var/lib/omada/logs:/opt/tplink/EAPController/logs"
|
"/var/lib/omada/logs:/opt/tplink/EAPController/logs"
|
||||||
];
|
];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--ip=10.42.97.2"
|
"--ip=10.42.97.3"
|
||||||
|
"--network=server"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,6 @@ in {
|
||||||
podman = {
|
podman = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dockerCompat = true;
|
dockerCompat = true;
|
||||||
defaultNetwork.settings = {
|
|
||||||
driver = "macvlan";
|
|
||||||
network_interface = "vserver";
|
|
||||||
ipam_options = {
|
|
||||||
driver = "dhcp";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue