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

Rename all docker-compose.y[a]ml to compose.yaml #6874

Open
thernstig opened this issue Dec 2, 2023 · 0 comments · May be fixed by #6924
Open

Rename all docker-compose.y[a]ml to compose.yaml #6874

thernstig opened this issue Dec 2, 2023 · 0 comments · May be fixed by #6924
Labels
doc-enhancement suggested addition or improvement

Comments

@thernstig
Copy link
Contributor

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 added the doc-enhancement suggested addition or improvement label Dec 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-enhancement suggested addition or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants