-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Labels
doc-enhancementsuggested addition or improvementsuggested addition or improvement
Description
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) orcompose.yml
that is placed in the working directory. Compose also supportsdocker-compose.yaml
anddocker-compose.yml
for backwards compatibility of earlier versions. If both files exist, Compose prefers the canonicalcompose.yaml
.
All mentions of docker-compose.yml
and docker-compose.yaml
should be changed to compose.yaml
.
Metadata
Metadata
Assignees
Labels
doc-enhancementsuggested addition or improvementsuggested addition or improvement
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
docker-compose.y(a)ml
tocompose.yaml
Fixes #6874 #6924