Behavior of docker-compose up -d with version 2.32.0

Hi,

Did the behavior of “docker-compose up -d” change with Docker Compose version 2.32.0?

In the past only the containers with a new image were recreated and restartetd; now all containers are stopped and recreated and restarted?

thx

It’s not just image change, it will restart any containers that had their configuration changed

There is no configuration change for the containers.
I found some minutes ago: It seems to be a Bug, solved in 2.32.1

2 Likes