mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-03-23 00:05:53 +08:00
Use HAProxy 1.9 and log to stdout
This commit is contained in:
parent
a249e65a77
commit
7da0037161
@ -1,5 +1,4 @@
|
||||
FROM haproxy:1.8-alpine
|
||||
MAINTAINER Tecnativa <info@tecnativa.com>
|
||||
FROM haproxy:1.9-alpine
|
||||
|
||||
EXPOSE 2375
|
||||
ENV AUTH=0 \
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
global
|
||||
log /dev/log local0
|
||||
log stdout format raw daemon
|
||||
|
||||
pidfile /run/haproxy.pid
|
||||
maxconn 4000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user