A workaround is to run docker-compose through a docker 
Instructions:
mkdir /storage/bin
curl -L --fail https://raw.githubusercontent.com/linuxserver/docker-docker-compose/master/run.sh -o /storage/bin/docker-compose
chmod +x /storage/bin/docker-compose
cp /etc/profile /storage/.profile
echo “export PATH=/storage/bin/:$PATH” >> /storage/.profile