Add container/HAProxy tip to README

This commit is contained in:
Timothée Floure 2022-01-25 09:44:08 +01:00
parent fe572d64d7
commit 6bd92f3aee
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ cd ha-handler/
mix deps.get
iex -S mix
```
Tip: you can use containers to run the various external components of the HA
setup locally without tainting your system. e.g.
* `podman run -it --rm --network=host --mount type=bind,src=local_haproxy_conf_folder/,target=/usr/local/etc/haproxy haproxy:2.2.20-alpine3.15`