How to install docker-compose
Posted: Sat Oct 10, 2020 6:11 pm
by cmisztur
What is the correct way to install docker-compose?
Re: How to install docker-compose
Posted: Wed Dec 23, 2020 10:26 pm
by pbuyle
I wasn't able to get docker-compose running using any of the instructions at
https://docs.docker.com/compose/install/But it works when using
linuxeserver.io's docker-compose image. It can easily be installed with
Code: Select all
wget https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -O /usr/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
Re: How to install docker-compose
Posted: Fri Oct 01, 2021 2:45 pm
by cmisztur