Hello, in first sorry for my bad english, it’not my main language.
Now in the new version of docker, docker-compose is a plugin of the Docker CLI. It is expected to be a drop-in replacement for docker-compose.
Today i want to update mailcow but the update script break with this error :
Cannot find docker-compose, exiting...
but my docker compose is installed fine and works perfectly. So i inspect the update.sh and i found of all docker compose command are configured with the old way to execute it. How to use this scrip with the new docker-compose integration ?