mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
8 lines
213 B
Bash
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
|