Hi I'm following the instructions to install airby...
# ask-community-for-troubleshooting
y
Hi I'm following the instructions to install airbyte locally and when I run the docker-compose up command it says:
Copy code
ERROR:
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml
my docker-compose version is:
Copy code
docker-compose version 1.29.2, build 5becea4c
and I just cloned the airbyte repository now so should be the latest version on the main branch Edit: And I have cd-ed into the airbyte local directory after cloning
1
It seems like running the git clone runs into some errors. One is that there's some file name that's too long:
And I think that's causing the git clone to stop and not get everything? It seems to stop short at README.md which would explain why the docker-compose command doesn't see the docker-compose yaml because it never gets retrieved
I manually copy pasted the docker-compose.yaml and was then able to run.