dev-environments
dev-environments copied to clipboard
compose file in .docker dir needs to explicitly be .yaml and a .yml is not recognized
Describe the bug
yaml and yml tend to be interchangeable in most YAML implementations (like docker compose proper). However, the docker-compose.yaml in the .docker directory explicitly needs to have the a in it and yml is not recognized.
To Reproduce Steps to reproduce the behavior:
- Generate a docker compose setup
- Add a
docker-compose.ymlfile to the.dockerdir - The environment is started with the default docker dev container
Expected behavior
The docker-compose.yml is used to setup your environment
Desktop (please complete the following information):
- OS: MacOS
- Version: 10.4
Version of Docker Desktop:
3.6.0
Hello @webark,
Just to let you know that we added this issue in our internal issues tracker