Document using multiple Compose files use cases.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2015-10-09 12:56:59 -04:00
commit 58de4e0c26
3 changed files with 176 additions and 53 deletions

View file

@ -39,6 +39,9 @@ Once you've got a second configuration file, tell Compose to use it with the
$ docker-compose -f docker-compose.yml -f production.yml up -d
See [Using multiple compose files](extends.md#different-environments) for a more
complete example.
### Deploying changes
When you make changes to your app code, you'll need to rebuild your image and