Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with docker-compose.yaml #37

Open
devnoot opened this issue Aug 21, 2019 · 2 comments
Open

Does not work with docker-compose.yaml #37

devnoot opened this issue Aug 21, 2019 · 2 comments

Comments

@devnoot
Copy link

devnoot commented Aug 21, 2019

Ran into this error:

Docker Compose Error: Command failed: docker-compose -f docker-compose.yml ps .FileNotFoundError: [Errno 2] No such file or directory: './docker-compose.yml'

It appears that it's looking for docker-compose.yml and not docker-compose.yaml both of which should be valid per docker-compose docs.

Changing the file name from docker-compose.yaml to docker-compose.yml fixes the issue, but there shouldn't be an issue in the first place.

@dsietest
Copy link

The same problem...

@PavelVoroninR
Copy link

PavelVoroninR commented Feb 16, 2020

Thanks for extension, but ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants