Docker: Automatically Starts Containers After Updating to Docker Desktop 4.23.0 (120376) (mac)

After the update, Docker began to automatically start containers, even though I stop them with:

docker stop $(docker ps -q)

Now, I have to forcefully stop various projects every 5 minutes. How can I fix this?

UPD: in docker-compose.yml there is a restart policy restart: always

I have the same issue.

Debug info:

  • Docker 4.26.0 (130397)
  • MacOS 13.6.1 (22G313)
  • Intel