Docs update
1 files changed, 2 insertions(+), 2 deletions(-) M haproxy/README.md
M haproxy/README.md => haproxy/README.md +2 -2
@@ 46,12 46,12 @@ $conman run --detach --name haproxy --restart always \ registry.intra.dominic-ricottone.com/haproxy:latest ``` Or, to log to a `syslog` server at `syslog:1514`, try: Or, to log to a `syslog` server at `$loghost:$logport`, try: ``` $conman run --detach --name haproxy --restart always \ --mount type=bind,src=$confdir,dst=/usr/local/etc/haproxy.d,readonly \ --env LOGDEST=syslog:1514 \ --env LOGDEST=$loghost:$logport \ registry.intra.dominic-ricottone.com/haproxy:syslog ```