p1c2u / vscode-docker-compose

Docker Compose Extension for Visual Studio Code
MIT License
18 stars 8 forks source link

Does not work with docker-compose.yaml #37

Open devnoot opened 5 years ago

devnoot commented 5 years ago

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 commented 5 years ago

The same problem...

PavelVoroninR commented 4 years ago

Thanks for extension, but ...