Update README to support swarm
This commit is contained in:
parent
7e2b6f0f01
commit
8d7723e415
3 changed files with 13 additions and 29 deletions
13
README.md
13
README.md
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue