I currently have a custom NAS with OpenMediaVault that has 2 network interfaces (ep2s0 @IP 192.168.1.10 and ep3s0 @IP 192.168.1.11) and I am using Docker on it. Until now, I had only activated the ep2s0 interface on my NAS, and the Docker bridge network is using the IP 192.168.1.10.
Now, I would like to create a Docker (bridge) network that uses the ep3s0 interface (192.168.1.11), but I cannot find how to specify to Docker which interface to use when creating a network. The goal is to deploy an AdGuard container on this new ep3s0 interface, as it needs to open many ports that I am already using on my ep2s0 interface.
Note: When I used this label and chose a the IP address which was not in the same subnet as the destination IP (my local machine from a virtual machine created by multipass), the request was really slow. Hopefully it will not for you.