Docker Compose Compose is a tool for defining and running multi-container Docker applications. To learn more about Compose refer to the following documentation:
Link environment variables reference Note: Environment variables are no longer the recommended method for connecting
Compose file reference The Compose file is a YAML file defining
Controlling startup order in Compose You can control the order of service startup with the
Environment file Compose supports declaring default environment variables in an environment file named .env placed in the folder docker-compose
Install Docker Compose You can run Compose on OS X, Windows and 64-bit Linux. To install it, you’ll need to install Docker first. To install Compose, do
Quickstart: Docker Compose and WordPress You can use Docker Compose to easily run WordPress in an isolated environment built with Docker containers
Networking in Compose Note: This document only applies if you’re using
Command-line Completion Compose comes with command completion
Extending services and Compose files Compose supports two methods of sharing common configuration: Extending an entire Compose file
Page 1 of 2