Compose file reference (original) (raw)
Home / Reference / Compose file reference
New to Docker Compose?
Find more information about thekey features and use cases of Docker Compose ortry the quickstart guide.
The Compose Specification is the latest and recommended version of the Compose file format. It helps you define aCompose file which is used to configure your Docker application’s services, networks, volumes, and more.
Legacy versions 2.x and 3.x of the Compose file format were merged into the Compose Specification. It is implemented in versions 1.27.0 and above (also known as Compose V2) of the Docker Compose CLI.
The Compose Specification on Docker Docs is the Docker Compose implementation. If you wish to implement your own version of the Compose Specification, see theCompose Specification repository.
Use the following links to navigate key sections of the Compose Specification.
Tip
Want a better editing experience for Compose files in VS Code? Check out theDocker VS Code Extension (Beta) for linting, code navigation, and vulnerability scanning.