From 417db0de7711737ce05f7f1ad356dc844af87a84 Mon Sep 17 00:00:00 2001 From: Joao Gilberto Magalhaes Date: Thu, 11 Jul 2019 01:31:35 -0500 Subject: [PATCH] Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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.