Skip to content
Snippets Groups Projects
Unverified Commit 7da00371 authored by Jairo Llopis's avatar Jairo Llopis
Browse files

Use HAProxy 1.9 and log to stdout

parent a249e65a
No related branches found
No related tags found
No related merge requests found
FROM haproxy:1.8-alpine FROM haproxy:1.9-alpine
MAINTAINER Tecnativa <info@tecnativa.com>
EXPOSE 2375 EXPOSE 2375
ENV AUTH=0 \ ENV AUTH=0 \
......
global global
log /dev/log local0 log stdout format raw daemon
pidfile /run/haproxy.pid pidfile /run/haproxy.pid
maxconn 4000 maxconn 4000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment