Преглед изворни кода

Add links to networks key references

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad пре 9 година
родитељ
комит
59493dd7aa
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      docs/networking.md

+ 5 - 0
docs/networking.md

@@ -110,6 +110,11 @@ Here's an example Compose file defining two custom networks. The `proxy` service
           foo: "1"
           foo: "1"
           bar: "2"
           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
 ## 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`:
 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`: