From daeb2f198047359931d3ecd2989e20affaf90eec Mon Sep 17 00:00:00 2001 From: Daniel Fernandes <65790536+dan-fernandes@users.noreply.github.com> Date: Thu, 8 Jun 2023 17:37:15 +0100 Subject: [PATCH] Update index.md fixing minor typo (#17494) Added missing word in important section on publishing ports. --- network/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/index.md b/network/index.md index 8b0ce9f4a6..127155db89 100644 --- a/network/index.md +++ b/network/index.md @@ -52,7 +52,7 @@ Here are some examples: > the outside world as well. > > If you include the localhost IP address (`127.0.0.1`) with the publish flag, -> only the Docker host can the published container port. +> only the Docker host can access the published container port. > > ```console > $ docker run -p 127.0.0.1:8080:80 nginx