Merge pull request #3276 from brdbkr/master

Fixing typo (his --> its)
Upstream-commit: a0720cb07186f9d28917435117bd09063094051e
Component: cli
This commit is contained in:
Sebastiaan van Stijn 2021-12-08 11:14:38 +01:00 коммит произвёл GitHub
Родитель c93a0edf9a bac103631d
Коммит 08e21394c6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -348,7 +348,7 @@ explains in detail how to manipulate ports in Docker.
Note that ports which are not bound to the host (i.e., `-p 80:80` instead of
`-p 127.0.0.1:80:80`) will be accessible from the outside. This also applies if
you configured UFW to block this specific port, as Docker manages his
you configured UFW to block this specific port, as Docker manages its
own iptables rules. [Read more](https://docs.docker.com/network/iptables/)
```console