From 7da003716161f783893107f2949109de5bf02b46 Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 8 Jan 2019 08:47:06 +0000 Subject: [PATCH] Use HAProxy 1.9 and log to stdout --- Dockerfile | 3 +-- haproxy.cfg | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 538754c..9ca621b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ -FROM haproxy:1.8-alpine -MAINTAINER Tecnativa +FROM haproxy:1.9-alpine EXPOSE 2375 ENV AUTH=0 \ diff --git a/haproxy.cfg b/haproxy.cfg index e63785b..0a1818c 100644 --- a/haproxy.cfg +++ b/haproxy.cfg @@ -1,5 +1,5 @@ global - log /dev/log local0 + log stdout format raw daemon pidfile /run/haproxy.pid maxconn 4000