I need to setup a custom docker network, but I cant figure out how to 'attach' it to the docker0 an interface.
I am launching my services from a docker compose file, and the services launch fine. However, openWrt seems to make a unique bridge br-xxxyyyzzz each time the compose is brought up. The name of the bridge appears to be a unique hash and is constructed/deconstructed on up/down, so i cannot simply add it ito the docker0 bridge because its name will be different next time.
How do we setup a custom docker network in openWrt?
When i run docker compose up, docker creates a new network for my compose stack as expected, but its completely inaccessible because i cannot add it to a firewall zone (because it doesnt have a parent interface that luci can assign to a zone?)