Rancher-compose not applying changes in rancher-compose.yml #8175

Can I ask for updates here if anything can be done for this issue (https://github.com/rancher/rancher/issues/8175), I will be appreciated.

rancher-compose not applying changes in rancher-compose.yml #8175

same problem with rancher cli

Update my problem with clear way:

So if I have a simple rancher-compose.yml and deploy as new, three containers will run

version: '2'
services:
  helloworld:
    scale: 3
    start_on_create: true

But if I change the scale to 5 or other number, run rancher-compose again, the command runs fine, but still with 3 containers. That’s the problem I am facing currently.