According to new compose versions, the files must start with compose, instead of starting with docker-compose as before: https://docs.docker.com/compose/compose-application-model/
The default path for a Compose file is compose.yaml (preferred) or compose.yml that is placed in the working directory. Compose also supports docker-compose.yaml and docker-compose.yml for backwards compatibility of earlier versions. If both files exist, Compose prefers the canonical compose.yaml.
We should change the file names to meet the new standard.
Pull requests related:
Metadrop/drupal-boilerplate-assistant#1
#140
According to new compose versions, the files must start with compose, instead of starting with docker-compose as before: https://docs.docker.com/compose/compose-application-model/
We should change the file names to meet the new standard.
Pull requests related:
Metadrop/drupal-boilerplate-assistant#1
#140