I'm not sure what's the best way to do this on Unraid, since docker-compose it's just a single binary, shouldn't we just install as part of the plugin installation?
It should be as simple as:
curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-Linux-x86_64 --output /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
I'm not sure what's the best way to do this on Unraid, since
docker-composeit's just a single binary, shouldn't we just install as part of the plugin installation?It should be as simple as: