unifios-utilities/haproxy/update-haproxy.sh
Jordan Jones e8951ae5df
Add example of how to integrate haproxy (#239)
* add: haproxy scripts

* add: haproxy readme

I am really bad at writing instructions.
2021-10-08 18:30:21 -07:00

8 lines
213 B
Bash

podman pull haproxy
podman stop haproxy
podman rm haproxy
podman run -d --net=host --restart always \
--name haproxy \
--hostname ha.proxy \
-v "/mnt/data/haproxy/:/usr/local/etc/haproxy/" \
haproxy:latest