Update index.md fixing minor typo (#17494)

Added missing word in important section on publishing ports.
This commit is contained in:
Daniel Fernandes 2023-06-08 17:37:15 +01:00 committed by GitHub
parent 3792208431
commit daeb2f1980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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