Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renamed all docker-compose.y(a)ml to compose.yaml Fixes #6874 #6924

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

alien299
Copy link

Renamed all docker-compose.yml and docker-compose.yaml texts to compose.yaml.
Fixes #6874

Issue:
The compose spec specifies (https://docs.docker.com/compose/compose-file/03-compose-file/):

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.

All mentions of docker-compose.yml and docker-compose.yaml should be changed to compose.yaml.

@gregvanl gregvanl self-assigned this Dec 19, 2023
@gregvanl gregvanl removed their assignment May 6, 2024
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.

Rename all docker-compose.y[a]ml to compose.yaml
3 participants