Typo into the doc with networks in yaml

Signed-off-by: Yohan Graterol <yohangraterol92@gmail.com>
This commit is contained in:
Yohan Graterol 2016-02-09 18:40:44 -05:00 committed by Daniel Nephin
parent db12794b1c
commit cea7911f56

View File

@ -761,14 +761,14 @@ service's containers to it.
networks: networks:
- default - default
networks networks:
outside: outside:
external: true external: true
You can also specify the name of the network separately from the name used to You can also specify the name of the network separately from the name used to
refer to it within the Compose file: refer to it within the Compose file:
networks networks:
outside: outside:
external: external:
name: actual-name-of-network name: actual-name-of-network