You need to start the processes in specific order otherwise it will not work.
As docker needs several images to run correctly, you can go to your repository folder and run:
docker-compose up -d
in my case /home/git-clone/redash
for idea on location you ca do:
locate docker-compose