Skip to content

Conversation

JamBalaya56562
Copy link

Summary

Rename Docker Compose configuration files to use the new compose.yaml convention and update references accordingly.

Chores:

  • Rename docker-compose.override.dist to compose.override.dist
  • Update .gitignore to reflect the new compose.yaml file naming

Why?

According to official manuals,

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.

So compose.yaml is preferred to docker-compose.yml.


@JamBalaya56562 JamBalaya56562 requested a review from a team as a code owner August 13, 2025 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant