Document using multiple Compose files use cases.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
dbd6c62b70
commit
58de4e0c26
3 changed files with 176 additions and 53 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue