Add links to networks key references

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2016-01-21 13:58:01 +00:00
parent 2f41f3aa7e
commit 59493dd7aa
1 changed files with 5 additions and 0 deletions

View File

@ -110,6 +110,11 @@ Here's an example Compose file defining two custom networks. The `proxy` service
foo: "1"
bar: "2"
For full details of the network configuration options available, see the following references:
- [Top-level `networks` key](compose-file.md#network-configuration-reference)
- [Service-level `networks` key](compose-file.md#networks)
## Configuring the default network
Instead of (or as well as) specifying your own networks, you can also change the settings of the app-wide default network by defining an entry under `networks` named `default`: