I have a docker compose setups and some services have multiple replicas.
I started using docker-rollout to have zero downtime, and that works great.
The only problem I have is that I don't now how to change the amount to replicas without a downtime. For example how to go from 3 replicas to 2 or from 3 to 4.
Is there a way to achieve that with docker-rollout?