dev-environments icon indicating copy to clipboard operation
dev-environments copied to clipboard

compose file in .docker dir needs to explicitly be .yaml and a .yml is not recognized

Open webark opened this issue 4 years ago • 1 comments

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:

  1. Generate a docker compose setup
  2. Add a docker-compose.yml file to the .docker dir
  3. 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

webark avatar Aug 18 '21 16:08 webark

Hello @webark,

Just to let you know that we added this issue in our internal issues tracker

glours avatar Nov 15 '21 14:11 glours