mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Merge pull request #2871 from yograterol/patch-1
Typo into the doc with `networks` in yaml
This commit is contained in:
commit
28689a57a7
@ -761,14 +761,14 @@ service's containers to it.
|
||||
networks:
|
||||
- default
|
||||
|
||||
networks
|
||||
networks:
|
||||
outside:
|
||||
external: true
|
||||
|
||||
You can also specify the name of the network separately from the name used to
|
||||
refer to it within the Compose file:
|
||||
|
||||
networks
|
||||
networks:
|
||||
outside:
|
||||
external:
|
||||
name: actual-name-of-network
|
||||
|
Loading…
x
Reference in New Issue
Block a user