Use HAProxy 1.9 and log to stdout

This commit is contained in:
Jairo Llopis 2019-01-08 08:47:06 +00:00
parent a249e65a77
commit 7da0037161
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
2 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
FROM haproxy:1.8-alpine
MAINTAINER Tecnativa <info@tecnativa.com>
FROM haproxy:1.9-alpine
EXPOSE 2375
ENV AUTH=0 \

View File

@ -1,5 +1,5 @@
global
log /dev/log local0
log stdout format raw daemon
pidfile /run/haproxy.pid
maxconn 4000