khast3x/Redcloud

Installation of docker-compose may fail when local system is a different architecture

dhauenstein opened this issue · 1 comments

During installation on a remote host via ssh, docker-compose gets installed.
To determine the correct platform to download and install docker-compose, uname is called, but on the local system. If the architecture is different to the remote host's architecture, an incorrect binary version of docker-compose is installed.

Should be fixed with PR #16

Hey @dhauenstein, thank you for finding and fixing this bug.
Much appreciated! Cheers

➡️ PR merged