~dricottone/container-images

52a7c8091b952688aa3a9dd0392a5a5634887919 — Dominic Ricottone 1 year, 1 month ago 2cd08ba
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
```