dmacias72 / unRAID-NerdPack

GNU General Public License v2.0
77 stars 33 forks source link

docker-compose for unraid 6.8 #24

Closed loibi93 closed 4 years ago

loibi93 commented 4 years ago

Hi,

I have seen that docker-compose is in the 6.7 packages folder but not available for 6.8, any reason for that? Could you add it please for 6.8? :)

regards

dmacias72 commented 4 years ago

It's not included anymore because I was asked to update it and it requires too many dependencies. However it can be installed with pip just like most python apps that don't need to be compiled. You need python3, setuptools, pip and libffi. Then run pip3 install docker-compose.

loibi93 commented 4 years ago

Perfect, did work, thank you! :)