Over the course of a day, my DDEV will download docker-compose many times. (20?) Randomly asking for different versions.
Downloading https://github.com/docker/compose/releases/download/v2.21.0/docker-compose-linux-x86_64
Downloading https://github.com/docker/compose/releases/download/v2.23.3/docker-compose-linux-x86_64
I've tried adding required_docker_compose_version: "v2.21.0" (and required_docker_compose_version: "v2.23.3") to my global configuration, but it appears to have no effect.
Is this appropriate behavior for DDEV? Or is there something I can configure to reduce the number of downloads?
Definitly not a show stopper. Everything else is running super-smooth.
This is not normal behavior.
Check if you have another old
ddevon your Linux and remove it:Rename the global configuration file to see if any settings are interfering. Rename it back after testing: