Hello,
not to long ago, the update.sh
script changed from using docker-compose
standalone to the plugin docker compose
, see https://mailcow.email/2022/06/07/%f0%9f%8c%95%f0%9f%90%84-moone-update-2022-the-docker-compose-v2-update-part-i-changes/
I did the update and actually removed docker-compose
from my system as it was working fine for my other containers as well.
But now, the update script is seems to require it again:
$ ./update.sh
Cannot find docker-compose Standalone.
Please install it manually regarding to this doc site: https://mailcow.github.io/mailcow-dockerized-docs/i_u_m/i_u_m_install/
actually, I was quite happy to get rid of it, and not really fond of installing a binary by downloading it somewhere and not having it under package control.
Can someone explain the rationale of requiring the standalone docker-compose
again?
Thanks!