Skip to content

Commit ee58799

Browse files
Apply suggestion from @akerouanton
Co-authored-by: Albin Kerouanton <[email protected]>
1 parent 6b8a216 commit ee58799

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

content/manuals/engine/network/port-publishing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ Here are some examples:
4444
> the outside world as well.
4545
>
4646
> If you include the localhost IP address (`127.0.0.1`, or `::1`) with the
47-
> publish flag, only the Docker host and its containers can access the
48-
> published container port.
47+
> publish flag, only the Docker host.
4948
>
5049
> ```console
5150
> $ docker run -p 127.0.0.1:8080:80 -p '[::1]:8080:80' nginx

0 commit comments

Comments
 (0)