taigaio/taiga-docker

[BUG] Errord when launching launch-all.sh

afauvin opened this issue · 2 comments

For information I run on a VMware Photon OS 4.0, docker 20.10

2 problems when launching launch-all.sh:
1 - unknown shorthand flag: 'f' in -f: replace docker compose with docker-compose
2 - impossible to load the rabbitmq images, the versions in the yml correspond to 3.8, but the valid images are from 3.9 to 3.12. By modifying the yml in this sense we can launch the app

Yes, i get the same. Have not found a work-around.

OK, after poking around i learned i needed to explicitly install compose on my Linux server, to wit:

apt-get install docker-compose-plugin

On Debian 12, I had to rename docker compose to docker-compose to get it to work.