mirror of https://github.com/docker/docs.git
Update bridge.md
Fix typo front-end to back-end which caused some confusion.
This commit is contained in:
parent
f98ef57593
commit
84faae3b0d
|
@ -43,7 +43,7 @@ network.**
|
|||
|
||||
Imagine an application with a web front-end and a database back-end. The
|
||||
outside world needs access to the web front-end (perhaps on port 80), but only
|
||||
the front-end itself needs access to the database host and port. Using a
|
||||
the back-end itself needs access to the database host and port. Using a
|
||||
user-defined bridge, only the web port needs to be opened, and the database
|
||||
application doesn't need any ports open, since the web front-end can reach it
|
||||
over the user-defined bridge.
|
||||
|
|
Loading…
Reference in New Issue