1
0
Fork 0

Update README to support swarm

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-19 00:04:55 -05:00
parent 7e2b6f0f01
commit 8d7723e415
3 changed files with 13 additions and 29 deletions

View file

@ -83,7 +83,18 @@ Important: easyhaproxy needs to be in the same network of the containers or othe
| com.byjg.easyhaproxy.redirect.<definition> | Host redirects from connections in the port defined above. |
| com.byjg.easyhaproxy.sslcert.<definition> | Cert PEM Base64 encoded. |
E.g.
Note: if you are deploying a stack set labels at the `deploy` level:
```yaml
services:
foo:
deploy:
labels:
com.byjg.easyhaproxy.definitions: "http,https"
...
```
### Single Definition: