1
0
Fork 0

Fix documentation + Letsencrypt

This commit is contained in:
Joao M 2022-09-02 19:59:59 +00:00
parent b76daa32f1
commit f8046670a9
4 changed files with 23 additions and 23 deletions

View file

@ -35,9 +35,9 @@ To make your containers "discoverable" by EasyHAProxy, that is the minimum confi
```bash
docker run -d \
-e easyhaproxy.http.host=example.org \
-e easyhaproxy.http.port=80 \
-e easyhaproxy.http.localport=8080 \
--label easyhaproxy.http.host=example.org \
--label easyhaproxy.http.port=80 \
--label easyhaproxy.http.localport=8080 \
--network easyhaproxy
my/image:tag
```