Parcourir la source

Add links to networks key references

Signed-off-by: Aanand Prasad <[email protected]>
Aanand Prasad il y a 10 ans
Parent
commit
0952c1bb51
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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`: