Update bridge.md

Fix typo front-end to back-end which caused some confusion.
This commit is contained in:
outofthisworld
2018-07-23 11:15:54 +12:00
committed by GitHub
parent f98ef57593
commit 84faae3b0d

View File

@@ -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.