mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update bridge.md
Fix typo front-end to back-end which caused some confusion.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user