Automatically use the bridge network connection
It's hard to say what type of network connection would work best for people, but it is likely that they do not want docker to keep spawning new interfaces. Adding network_mode: "bridge"
would help fix this.