Small documentation/script issue

Hi there,
The script ./launch-all.sh has the command
docker compose
However, the newer versions of docker compose can only be started with
docker-compose
otherwise the script won’t execute
Maybe the Taiga staff wants to adjusted this.

Hi @hermann-san

I’m afraid the behavior you describe is really the other way around: the new version of docker compose (integrate in docker) use docker compose instead of docker-compose.

You can find more information in the official docker documentation. Migrate to Compose V2 | Docker Docs


Docker documentation: V2 Alert message


Docker documentation: Migrate to docker compose v2

We changed the scripts to use the new version some months ago.

Thank you very much for your feedback.