From af62e14bb16b2a5467348009337a4f1bd71496b7 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Wed, 7 Jun 2023 20:21:44 +0200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa9e491..257b2ec 100644 --- a/README.md +++ b/README.md @@ -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. +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