Hello
Using docker compose and deploy stack on overlay network ,
how does docker compose calculate the num of available subnets to assign when a new stack it is deploy?
If the default overlay ip segment it is 24 and take the configuration from /etc/docker/daemon.json , how does docker compose calculate to create the overlay network?
Thanks