doc: typo in documentation
This commit is contained in:
parent
27f6cebb05
commit
e22caf7df9
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ In this example, the `my-nginx-proxy` container will be connected to `my-network
|
|||
|
||||
`nginx-proxy` is compatible with containers using Docker's [host networking](https://docs.docker.com/network/host/), both with the proxy connected to one or more [bridge network](https://docs.docker.com/network/bridge/) (default or user created) or running in host network mode itself.
|
||||
|
||||
Proxyed containers running in host network mode **must** use the [`VIRTUAL_PORT](#virtual-ports) environment variable, as this is the only way for `nginx-proxy` to get the correct port (or a port at all) for those containers running.
|
||||
Proxyed containers running in host network mode **must** use the [`VIRTUAL_PORT](#virtual-ports) environment variable, as this is the only way for `nginx-proxy` to get the correct port (or a port at all) for those containers.
|
||||
|
||||
### Custom external HTTP/HTTPS ports
|
||||
|
||||
|
|
Loading…
Reference in a new issue