1
0
Fork 0

Update README.md

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-11 01:31:35 -05:00
parent f6e2351f9d
commit 417db0de77

View file

@ -34,10 +34,11 @@ 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.<definition> | What is the port that the HAProxy will listen to. |
| com.byjg.easyhaproxy.host.<definition> | What is the host that the HAProxy will listen to. |
| com.byjg.easyhaproxy.localport.<definition> | What is the port that the container is listening. |
| com.byjg.easyhaproxy.host.<definition> | What is the host that the HAProxy will listen to. (Defaults to 80) |
| com.byjg.easyhaproxy.redirect.<definition> | Host redirects from connections in the port defined above. |
| com.byjg.easyhaproxy.sslcert.<definition> | Cert PEM Base64 encoded. |