We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
docker-compose.yml
docker-compose.yaml
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.
The text was updated successfully, but these errors were encountered:
The same problem...
Sorry, something went wrong.
Thanks for extension, but ...
yaml
compose.yml
Successfully merging a pull request may close this issue.
Ran into this error:
It appears that it's looking for
docker-compose.yml
and notdocker-compose.yaml
both of which should be valid per docker-compose docs.Changing the file name from
docker-compose.yaml
todocker-compose.yml
fixes the issue, but there shouldn't be an issue in the first place.The text was updated successfully, but these errors were encountered: