We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
haproxy:3.0
1 parent d4d8397 commit 30cc710Copy full SHA for 30cc710
docker-compose.yml
@@ -37,7 +37,7 @@ services:
37
entrypoint: /usr/local/bin/cluster-entrypoint.sh
38
39
haproxy:
40
- image: haproxy:1.7
+ image: haproxy:3.0
41
volumes:
42
- ./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:ro
43
depends_on:
haproxy.cfg
@@ -1,5 +1,5 @@
1
global
2
- log 127.0.0.1 local1
+ log stdout format raw local0
3
maxconn 4096
4
5
defaults
0 commit comments