Hi,
I try to manage a problem when i need to restart my server.
At the beginning, I haven't specified an ip address (neither a network range ip) for my services and sometimes at restart, traefik doesn't starts first and the containers doesn't starts properly.
To resolve this i just add a static IP to all my container behind traefik network (and add a static ip to traefik too). It's working !
But it's a pain to know what is the next ip available. I have 60 containers and need to add a lots more.
Do you have some bests pratices ?
I'd love not to have to specify an address.
THX