From 52a7c8091b952688aa3a9dd0392a5a5634887919 Mon Sep 17 00:00:00 2001 From: Dominic Ricottone Date: Fri, 11 Aug 2023 16:24:39 -0500 Subject: [PATCH] Docs update --- haproxy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy/README.md b/haproxy/README.md index e5658f4..32fc6e2 100644 --- a/haproxy/README.md +++ b/haproxy/README.md @@ -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 ``` -- 2.45.2