Skip to content

Migrate docker compose file names to Compose V2 #141

@omarlopesino

Description

@omarlopesino

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions