Skip to content

Conversation

@JamBalaya56562
Copy link
Contributor

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
Copy link
Member

@martin-schulze-vireso martin-schulze-vireso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for you contribution!

@martin-schulze-vireso martin-schulze-vireso merged commit d06dac3 into bats-core:master Oct 11, 2025
61 checks passed
@JamBalaya56562 JamBalaya56562 deleted the compose branch October 11, 2025 20:55
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.

2 participants