Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 916 Bytes

its-compose-yaml.md

File metadata and controls

32 lines (29 loc) · 916 Bytes
aliases category classification date date_modified draft id image links local_archive_links pinned print series tags title type
its-compose-yaml
docker
public
2023-12-06 01:54:33 -0800
2024-09-23 09:47:06 -0700
false
20231206095433
attachments/20231206095433.html
false
false
docker
compose
specification
github
It's compose.yaml
tech-note

Nowadays, you should name your Docker Compose files compose.yaml.

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.

compose-spec/spec.md