Update warning about ports published to 127.0.0.1

Fixed in 28.0.0 - aligning with packet-filtering-firewalls.md.

Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
Rob Murray 2025-05-01 10:59:07 +01:00
parent c8183564d2
commit 8d9f59ce1d
1 changed files with 2 additions and 2 deletions

View File

@ -160,8 +160,8 @@ Here are some examples:
>
> > [!WARNING]
> >
> > Hosts within the same L2 segment (for example, hosts connected to the same
> > network switch) can reach ports published to localhost.
> > In releases older than 28.0.0, hosts within the same L2 segment (for example,
> > hosts connected to the same network switch) can reach ports published to localhost.
> > For more information, see
> > [moby/moby#45610](https://github.com/moby/moby/issues/45610)