diff --git a/README.md b/README.md index 2efd1ec..a4f42b6 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,14 @@ The `DISCOVER` environment variable will define where is located your containers # Tags to defined: -| Tag | Description | -|--------------------------------------------|---------------------------------------------------------------------------------------------------------| -| com.byjg.easyhaproxy.definitions | A Comma delimited list with the definitions. Each name requires the definition of the parameters below. | -| com.byjg.easyhaproxy.port. | What is the port that the HAProxy will listen to. | -| com.byjg.easyhaproxy.host. | What is the host that the HAProxy will listen to. | -| com.byjg.easyhaproxy.redirect. | Host redirects from connections in the port defined above. | -| com.byjg.easyhaproxy.sslcert. | Cert PEM Base64 encoded. | +| Tag | Description | +|---------------------------------------------|---------------------------------------------------------------------------------------------------------| +| com.byjg.easyhaproxy.definitions | A Comma delimited list with the definitions. Each name requires the definition of the parameters below. | +| com.byjg.easyhaproxy.port. | What is the port that the HAProxy will listen to. | +| com.byjg.easyhaproxy.localport. | What is the port that the container is listening. | +| com.byjg.easyhaproxy.host. | What is the host that the HAProxy will listen to. (Defaults to 80) | +| com.byjg.easyhaproxy.redirect. | Host redirects from connections in the port defined above. | +| com.byjg.easyhaproxy.sslcert. | Cert PEM Base64 encoded. | E.g.